pub struct MemoryProtectionConfig { /* private fields */ }
Implementations§
Trait Implementations§
Source§impl Default for MemoryProtectionConfig
impl Default for MemoryProtectionConfig
Auto Trait Implementations§
impl Freeze for MemoryProtectionConfig
impl RefUnwindSafe for MemoryProtectionConfig
impl Send for MemoryProtectionConfig
impl Sync for MemoryProtectionConfig
impl Unpin for MemoryProtectionConfig
impl UnwindSafe for MemoryProtectionConfig
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