#[repr(transparent)]pub struct Hclsthreshold(pub u32);Expand description
Contains 11-bit value which is used by the HC to determine whether to commit to transfer a maximum of 8-byte LS packet before EOF
Tuple Fields§
§0: u32Implementations§
Trait Implementations§
Source§impl Clone for Hclsthreshold
impl Clone for Hclsthreshold
Source§fn clone(&self) -> Hclsthreshold
fn clone(&self) -> Hclsthreshold
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 Hclsthreshold
impl Debug for Hclsthreshold
Source§impl Default for Hclsthreshold
impl Default for Hclsthreshold
Source§fn default() -> Hclsthreshold
fn default() -> Hclsthreshold
Returns the “default value” for a type. Read more
Source§impl PartialEq for Hclsthreshold
impl PartialEq for Hclsthreshold
impl Copy for Hclsthreshold
impl Eq for Hclsthreshold
impl StructuralPartialEq for Hclsthreshold
Auto Trait Implementations§
impl Freeze for Hclsthreshold
impl RefUnwindSafe for Hclsthreshold
impl Send for Hclsthreshold
impl Sync for Hclsthreshold
impl Unpin for Hclsthreshold
impl UnwindSafe for Hclsthreshold
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