#[repr(transparent)]pub struct Hcfmremaining(pub u32);Expand description
A 14-bit counter showing the bit time remaining in the current frame
Tuple Fields§
§0: u32Implementations§
Trait Implementations§
Source§impl Clone for Hcfmremaining
impl Clone for Hcfmremaining
Source§fn clone(&self) -> Hcfmremaining
fn clone(&self) -> Hcfmremaining
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for Hcfmremaining
impl Debug for Hcfmremaining
Source§impl Default for Hcfmremaining
impl Default for Hcfmremaining
Source§fn default() -> Hcfmremaining
fn default() -> Hcfmremaining
Returns the “default value” for a type. Read more
Source§impl PartialEq for Hcfmremaining
impl PartialEq for Hcfmremaining
impl Copy for Hcfmremaining
impl Eq for Hcfmremaining
impl StructuralPartialEq for Hcfmremaining
Auto Trait Implementations§
impl Freeze for Hcfmremaining
impl RefUnwindSafe for Hcfmremaining
impl Send for Hcfmremaining
impl Sync for Hcfmremaining
impl Unpin for Hcfmremaining
impl UnwindSafe for Hcfmremaining
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