#[repr(C)]pub enum XferOp {
Read = 0,
Write = 1,
}Variants§
Trait Implementations§
impl Copy for XferOp
impl StructuralPartialEq for XferOp
Auto Trait Implementations§
impl Freeze for XferOp
impl RefUnwindSafe for XferOp
impl Send for XferOp
impl Sync for XferOp
impl Unpin for XferOp
impl UnwindSafe for XferOp
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