#[repr(transparent)]pub struct Atlptds(pub u32);Expand description
Skip map for each ATL PTD
Tuple Fields§
§0: u32Implementations§
Source§impl Atlptds
impl Atlptds
Sourcepub const fn atl_skip(&self) -> u32
pub const fn atl_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_atl_skip(&mut self, val: u32)
pub const fn set_atl_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 Atlptds
impl Eq for Atlptds
impl StructuralPartialEq for Atlptds
Auto Trait Implementations§
impl Freeze for Atlptds
impl RefUnwindSafe for Atlptds
impl Send for Atlptds
impl Sync for Atlptds
impl Unpin for Atlptds
impl UnwindSafe for Atlptds
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