#[repr(u8)]pub enum Cinsel {
CHANNEL_0 = 0,
CHANNEL_1 = 1,
CHANNEL_2 = 2,
CHANNEL_3 = 3,
}Variants§
CHANNEL_0 = 0
Channel 0, CAPn[0] for CTIMERn
CHANNEL_1 = 1
Channel 1, CAPn[1] for CTIMERn
CHANNEL_2 = 2
Channel 2, CAPn[2] for CTIMERn
CHANNEL_3 = 3
Channel 3, CAPn[3] for CTIMERn
Implementations§
Trait Implementations§
Source§impl Ord for Cinsel
impl Ord for Cinsel
Source§impl PartialOrd for Cinsel
impl PartialOrd for Cinsel
impl Copy for Cinsel
impl Eq for Cinsel
impl StructuralPartialEq for Cinsel
Auto Trait Implementations§
impl Freeze for Cinsel
impl RefUnwindSafe for Cinsel
impl Send for Cinsel
impl Sync for Cinsel
impl Unpin for Cinsel
impl UnwindSafe for Cinsel
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