pub struct LongLongType {
pub unsigned: Option<Unsigned>,
pub long_long: (Long, Long),
}
Expand description
Parses unsigned? long long
Fields§
§unsigned: Option<Unsigned>
§long_long: (Long, Long)
Trait Implementations§
Source§impl Clone for LongLongType
impl Clone for LongLongType
Source§fn clone(&self) -> LongLongType
fn clone(&self) -> LongLongType
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for LongLongType
impl Debug for LongLongType
Source§impl From<LongLongType> for IntegerType
impl From<LongLongType> for IntegerType
Source§fn from(x: LongLongType) -> Self
fn from(x: LongLongType) -> Self
Converts to this type from the input type.
Source§impl Hash for LongLongType
impl Hash for LongLongType
Source§impl Ord for LongLongType
impl Ord for LongLongType
Source§fn cmp(&self, other: &LongLongType) -> Ordering
fn cmp(&self, other: &LongLongType) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for LongLongType
impl PartialEq for LongLongType
Source§impl PartialOrd for LongLongType
impl PartialOrd for LongLongType
impl Copy for LongLongType
impl Eq for LongLongType
impl StructuralPartialEq for LongLongType
Auto Trait Implementations§
impl Freeze for LongLongType
impl RefUnwindSafe for LongLongType
impl Send for LongLongType
impl Sync for LongLongType
impl Unpin for LongLongType
impl UnwindSafe for LongLongType
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