#[repr(transparent)]pub struct Ifstat(pub u32);Expand description
PUF Interface Status and Clear
Tuple Fields§
§0: u32Implementations§
Trait Implementations§
impl Copy for Ifstat
impl Eq for Ifstat
impl StructuralPartialEq for Ifstat
Auto Trait Implementations§
impl Freeze for Ifstat
impl RefUnwindSafe for Ifstat
impl Send for Ifstat
impl Sync for Ifstat
impl Unpin for Ifstat
impl UnwindSafe for Ifstat
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