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