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