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