pub struct LoopbackDevice {
pub dev: Option<Utf8PathBuf>,
}
Fields§
§dev: Option<Utf8PathBuf>
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for LoopbackDevice
impl RefUnwindSafe for LoopbackDevice
impl Send for LoopbackDevice
impl Sync for LoopbackDevice
impl Unpin for LoopbackDevice
impl UnwindSafe for LoopbackDevice
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