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