#[repr(u8)]pub enum AddrSpaceVerb {
MmapMin = 255,
}Variants§
MmapMin = 255
Implementations§
Source§impl AddrSpaceVerb
impl AddrSpaceVerb
pub fn try_from_raw(verb: u8) -> Option<Self>
Trait Implementations§
Source§impl Clone for AddrSpaceVerb
impl Clone for AddrSpaceVerb
Source§fn clone(&self) -> AddrSpaceVerb
fn clone(&self) -> AddrSpaceVerb
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for AddrSpaceVerb
Source§impl Debug for AddrSpaceVerb
impl Debug for AddrSpaceVerb
impl Eq for AddrSpaceVerb
Source§impl PartialEq for AddrSpaceVerb
impl PartialEq for AddrSpaceVerb
Source§fn eq(&self, other: &AddrSpaceVerb) -> bool
fn eq(&self, other: &AddrSpaceVerb) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for AddrSpaceVerb
Auto Trait Implementations§
impl Freeze for AddrSpaceVerb
impl RefUnwindSafe for AddrSpaceVerb
impl Send for AddrSpaceVerb
impl Sync for AddrSpaceVerb
impl Unpin for AddrSpaceVerb
impl UnsafeUnpin for AddrSpaceVerb
impl UnwindSafe for AddrSpaceVerb
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