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