#[repr(u32)]pub enum VmoOpts {
Default = 0,
}Expand description
Options for creating virtual memory objects. None supported yet.
Variants§
Default = 0
Default options.
Trait Implementations§
impl Copy for VmoOpts
impl Eq for VmoOpts
impl StructuralPartialEq for VmoOpts
Auto Trait Implementations§
impl Freeze for VmoOpts
impl RefUnwindSafe for VmoOpts
impl Send for VmoOpts
impl Sync for VmoOpts
impl Unpin for VmoOpts
impl UnwindSafe for VmoOpts
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