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 PartialOrd for ShortType
impl PartialOrd for ShortType
impl 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