pub enum XferMode {
OneShot,
Auto,
}Expand description
indicates whether the channel shall be automatically enabled after a block transfer
Variants§
Trait Implementations§
impl Copy for XferMode
impl StructuralPartialEq for XferMode
Auto Trait Implementations§
impl Freeze for XferMode
impl RefUnwindSafe for XferMode
impl Send for XferMode
impl Sync for XferMode
impl Unpin for XferMode
impl UnsafeUnpin for XferMode
impl UnwindSafe for XferMode
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