#[repr(u8)]pub enum Atcs1 {
FREQ_1_HZ = 0,
FREQ_64_HZ = 1,
}Variants§
Implementations§
Trait Implementations§
Source§impl Ord for Atcs1
impl Ord for Atcs1
Source§impl PartialOrd for Atcs1
impl PartialOrd for Atcs1
impl Copy for Atcs1
impl Eq for Atcs1
impl StructuralPartialEq for Atcs1
Auto Trait Implementations§
impl Freeze for Atcs1
impl RefUnwindSafe for Atcs1
impl Send for Atcs1
impl Sync for Atcs1
impl Unpin for Atcs1
impl UnwindSafe for Atcs1
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