pub struct PagePerms(/* private fields */);Expand description
Uses Linux protection bits so mapping operations need no second permission model.
Implementations§
Trait Implementations§
Source§impl BitOrAssign for PagePerms
impl BitOrAssign for PagePerms
Source§fn bitor_assign(&mut self, rhs: Self)
fn bitor_assign(&mut self, rhs: Self)
Performs the
|= operation. Read moreimpl Copy for PagePerms
impl Eq for PagePerms
impl StructuralPartialEq for PagePerms
Auto Trait Implementations§
impl Freeze for PagePerms
impl RefUnwindSafe for PagePerms
impl Send for PagePerms
impl Sync for PagePerms
impl Unpin for PagePerms
impl UnsafeUnpin for PagePerms
impl UnwindSafe for PagePerms
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