pub struct LongType {
pub unsigned: Option<Unsigned>,
pub long: Long,
}
Expand description
Parses unsigned? long
Fields§
§unsigned: Option<Unsigned>
§long: Long
Trait Implementations§
Source§impl From<LongType> for IntegerType
impl From<LongType> for IntegerType
Source§impl Ord for LongType
impl Ord for LongType
Source§impl PartialOrd for LongType
impl PartialOrd for LongType
impl Copy for LongType
impl Eq for LongType
impl StructuralPartialEq for LongType
Auto Trait Implementations§
impl Freeze for LongType
impl RefUnwindSafe for LongType
impl Send for LongType
impl Sync for LongType
impl Unpin for LongType
impl UnwindSafe for LongType
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more