#[repr(transparent)]pub struct Intptds(pub u32);Expand description
Skip map for each INT PTD
Tuple Fields§
§0: u32Implementations§
Source§impl Intptds
impl Intptds
Sourcepub const fn int_skip(&self) -> u32
pub const fn int_skip(&self) -> u32
When a bit in the PTD Skip Map is set to logic 1, the corresponding PTD will be skipped, independent of the V bit setting.
Sourcepub const fn set_int_skip(&mut self, val: u32)
pub const fn set_int_skip(&mut self, val: u32)
When a bit in the PTD Skip Map is set to logic 1, the corresponding PTD will be skipped, independent of the V bit setting.
Trait Implementations§
impl Copy for Intptds
impl Eq for Intptds
impl StructuralPartialEq for Intptds
Auto Trait Implementations§
impl Freeze for Intptds
impl RefUnwindSafe for Intptds
impl Send for Intptds
impl Sync for Intptds
impl Unpin for Intptds
impl UnwindSafe for Intptds
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