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