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