pub enum FsSourceType {
BlockDevice(ClientEnd<BlockMarker>),
Vmo(Vmo),
}
Variants§
BlockDevice(ClientEnd<BlockMarker>)
Vmo(Vmo)
Auto Trait Implementations§
impl Freeze for FsSourceType
impl RefUnwindSafe for FsSourceType
impl Send for FsSourceType
impl Sync for FsSourceType
impl Unpin for FsSourceType
impl UnwindSafe for FsSourceType
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