pub enum MemoryProtection {
Read,
ReadWrite,
}Variants§
Trait Implementations§
Source§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 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for MemoryProtection
impl Debug for MemoryProtection
Source§impl PartialEq for MemoryProtection
impl PartialEq for MemoryProtection
impl Copy for MemoryProtection
impl Eq for MemoryProtection
impl StructuralPartialEq for MemoryProtection
Auto Trait Implementations§
impl Freeze for MemoryProtection
impl RefUnwindSafe for MemoryProtection
impl Send for MemoryProtection
impl Sync for MemoryProtection
impl Unpin 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