pub struct ShortType {
pub unsigned: Option<Unsigned>,
pub short: Short,
}
Expand description
Parses unsigned? short
Fields§
§unsigned: Option<Unsigned>
§short: Short
Trait Implementations§
source§impl From<ShortType> for IntegerType
impl From<ShortType> for IntegerType
source§impl Ord for ShortType
impl Ord for ShortType
source§impl PartialEq for ShortType
impl PartialEq for ShortType
source§impl PartialOrd for ShortType
impl PartialOrd for ShortType
1.0.0 · source§fn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for
self
and other
) and is used by the <=
operator. Read moreimpl Copy for ShortType
impl Eq for ShortType
impl StructuralPartialEq for ShortType
Auto Trait Implementations§
impl Freeze for ShortType
impl RefUnwindSafe for ShortType
impl Send for ShortType
impl Sync for ShortType
impl Unpin for ShortType
impl UnwindSafe for ShortType
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)