Enum Argsize
#[repr(u8)]pub enum Argsize {
BITS32 = 0,
BITS16 = 1,
}
Variants§
Implementations§
Trait Implementations§
§impl Ord for Argsize
impl Ord for Argsize
§impl PartialOrd for Argsize
impl PartialOrd for Argsize
impl Copy for Argsize
impl Eq for Argsize
impl StructuralPartialEq for Argsize
Auto Trait Implementations§
impl Freeze for Argsize
impl RefUnwindSafe for Argsize
impl Send for Argsize
impl Sync for Argsize
impl Unpin for Argsize
impl UnwindSafe for Argsize
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