#[repr(u8)]pub enum Endcfg {
Val0 = 0,
Val1 = 1,
Val2 = 2,
Val3 = 3,
}Variants§
Val0 = 0
64-bit Little Endian.
Val1 = 1
64-bit Big Endian.
Val2 = 2
32-bit Little Endian.
Val3 = 3
32-bit Big Endian.
Implementations§
Trait Implementations§
Source§impl Ord for Endcfg
impl Ord for Endcfg
Source§impl PartialOrd for Endcfg
impl PartialOrd for Endcfg
impl Copy for Endcfg
impl Eq for Endcfg
impl StructuralPartialEq for Endcfg
Auto Trait Implementations§
impl Freeze for Endcfg
impl RefUnwindSafe for Endcfg
impl Send for Endcfg
impl Sync for Endcfg
impl Unpin for Endcfg
impl UnwindSafe for Endcfg
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