#[repr(u8)]pub enum Dbswp {
ZERO = 0,
ONE = 1,
}Variants§
ZERO = 0
The buffer descriptor bytes are not swapped to support big-endian devices.
ONE = 1
The buffer descriptor bytes are swapped to support little-endian devices.
Implementations§
Trait Implementations§
Source§impl Ord for Dbswp
impl Ord for Dbswp
Source§impl PartialOrd for Dbswp
impl PartialOrd for Dbswp
impl Copy for Dbswp
impl Eq for Dbswp
impl StructuralPartialEq for Dbswp
Auto Trait Implementations§
impl Freeze for Dbswp
impl RefUnwindSafe for Dbswp
impl Send for Dbswp
impl Sync for Dbswp
impl Unpin for Dbswp
impl UnwindSafe for Dbswp
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