pub struct NoAccess;Expand description
Represents a memory state with no access permissions.
Auto Trait Implementations§
impl Freeze for NoAccess
impl RefUnwindSafe for NoAccess
impl Send for NoAccess
impl Sync for NoAccess
impl Unpin for NoAccess
impl UnwindSafe for NoAccess
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