Enum Cpe
pub enum Cpe {
_0 = 0,
}Expand description
Channel Priority Error
Value on reset: 0
Variants§
_0 = 0
0: No channel priority error
Trait Implementations§
impl Copy for Cpe
impl Eq for Cpe
impl StructuralPartialEq for Cpe
Auto Trait Implementations§
impl Freeze for Cpe
impl RefUnwindSafe for Cpe
impl Send for Cpe
impl Sync for Cpe
impl Unpin for Cpe
impl UnwindSafe for Cpe
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