pub struct PageAttrs {
pub af: bool,
pub ap: u8,
pub attr_idx: u8,
pub sh: u8,
}Fields§
§af: bool§ap: u8§attr_idx: u8§sh: u8Trait Implementations§
Auto Trait Implementations§
impl Freeze for PageAttrs
impl RefUnwindSafe for PageAttrs
impl Send for PageAttrs
impl Sync for PageAttrs
impl Unpin for PageAttrs
impl UnsafeUnpin for PageAttrs
impl UnwindSafe for PageAttrs
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