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