#[repr(C)]
pub enum HostMap {
Read,
Write,
}
Variants
Read
Write
Trait Implementations
impl Copy for HostMap
impl StructuralPartialEq for HostMap
Auto Trait Implementations
impl RefUnwindSafe for HostMap
impl Send for HostMap
impl Sync for HostMap
impl Unpin for HostMap
impl UnwindSafe for HostMap
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more