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