#[repr(u8)]pub enum DinRdBg {
LITTLE_ENDIAN = 0,
BIG_ENDIAN = 1,
}
Variants§
LITTLE_ENDIAN = 0
Configure DIN read as little-endian
BIG_ENDIAN = 1
Configure DIN read as big-endian
Implementations§
Trait Implementations§
Source§impl Ord for DinRdBg
impl Ord for DinRdBg
Source§impl PartialOrd for DinRdBg
impl PartialOrd for DinRdBg
impl Copy for DinRdBg
impl Eq for DinRdBg
impl StructuralPartialEq for DinRdBg
Auto Trait Implementations§
impl Freeze for DinRdBg
impl RefUnwindSafe for DinRdBg
impl Send for DinRdBg
impl Sync for DinRdBg
impl Unpin for DinRdBg
impl UnwindSafe for DinRdBg
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§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
)