pub struct MemoryProtection(/* private fields */);Implementations§
Trait Implementations§
Source§impl BitOr for MemoryProtection
impl BitOr for MemoryProtection
Source§impl BitOrAssign for MemoryProtection
impl BitOrAssign for MemoryProtection
Source§fn bitor_assign(&mut self, __rhs: Self)
fn bitor_assign(&mut self, __rhs: Self)
Performs the
|= operation. Read moreSource§impl Clone for MemoryProtection
impl Clone for MemoryProtection
Source§fn clone(&self) -> MemoryProtection
fn clone(&self) -> MemoryProtection
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 MemoryProtection
Source§impl Default for MemoryProtection
impl Default for MemoryProtection
Source§fn default() -> MemoryProtection
fn default() -> MemoryProtection
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for MemoryProtection
impl RefUnwindSafe for MemoryProtection
impl Send for MemoryProtection
impl Sync for MemoryProtection
impl Unpin for MemoryProtection
impl UnsafeUnpin for MemoryProtection
impl UnwindSafe for MemoryProtection
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