pub struct LoopControl { /* private fields */ }
Expand description
Interface which wraps a handle to the loop control device.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for LoopControl
impl RefUnwindSafe for LoopControl
impl Send for LoopControl
impl Sync for LoopControl
impl Unpin for LoopControl
impl UnwindSafe for LoopControl
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