#[repr(u8)]pub enum BlockMode {
Byte = 0,
Block = 1,
}
Expand description
Indicates the I/O addressing mode for read/write operations.
Variants§
Implementations§
Trait Implementations§
impl Copy for BlockMode
impl Eq for BlockMode
impl StructuralPartialEq for BlockMode
Auto Trait Implementations§
impl Freeze for BlockMode
impl RefUnwindSafe for BlockMode
impl Send for BlockMode
impl Sync for BlockMode
impl Unpin for BlockMode
impl UnwindSafe for BlockMode
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