#[repr(C)]pub enum VmFd {
None = 0,
Shm = 1,
Mem = 2,
}
Variants§
Auto Trait Implementations§
impl Freeze for VmFd
impl RefUnwindSafe for VmFd
impl Send for VmFd
impl Sync for VmFd
impl Unpin for VmFd
impl UnwindSafe for VmFd
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