#[repr(transparent)]pub struct Isoptds(pub u32);Expand description
Skip map for each ISO PTD
Tuple Fields§
§0: u32Implementations§
Source§impl Isoptds
impl Isoptds
Sourcepub const fn iso_skip(&self) -> u32
pub const fn iso_skip(&self) -> u32
The bit corresponding to a certain PTD will be set to logic 1 as soon as that PTD execution is completed.
Sourcepub const fn set_iso_skip(&mut self, val: u32)
pub const fn set_iso_skip(&mut self, val: u32)
The bit corresponding to a certain PTD will be set to logic 1 as soon as that PTD execution is completed.
Trait Implementations§
impl Copy for Isoptds
impl Eq for Isoptds
impl StructuralPartialEq for Isoptds
Auto Trait Implementations§
impl Freeze for Isoptds
impl RefUnwindSafe for Isoptds
impl Send for Isoptds
impl Sync for Isoptds
impl Unpin for Isoptds
impl UnwindSafe for Isoptds
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