pub struct ProtectionGuard { /* private fields */ }Expand description
RAII guard for virtual memory protection changes
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ProtectionGuard
impl RefUnwindSafe for ProtectionGuard
impl !Send for ProtectionGuard
impl !Sync for ProtectionGuard
impl Unpin for ProtectionGuard
impl UnwindSafe for ProtectionGuard
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