#[repr(transparent)]pub struct Ittrflin(pub u32);Expand description
Integration Test Trigger In and Flush In Register
Tuple Fields§
§0: u32Implementations§
Trait Implementations§
impl Copy for Ittrflin
impl Eq for Ittrflin
impl StructuralPartialEq for Ittrflin
Auto Trait Implementations§
impl Freeze for Ittrflin
impl RefUnwindSafe for Ittrflin
impl Send for Ittrflin
impl Sync for Ittrflin
impl Unpin for Ittrflin
impl UnwindSafe for Ittrflin
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