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