#[repr(u8)]pub enum SCtrim {
CTRIM_25 = 0,
CTRIM_5 = 1,
CTRIM_75 = 2,
CTRIM_10 = 3,
CTRIM_125 = 4,
CTRIM_15 = 5,
CTRIM_175 = 6,
CTRIM_20 = 7,
}Variants§
CTRIM_25 = 0
2.5 pF
CTRIM_5 = 1
5.0 pF
CTRIM_75 = 2
7.5 pF
CTRIM_10 = 3
10 pF
CTRIM_125 = 4
12.5 pF
CTRIM_15 = 5
15.0 pF
CTRIM_175 = 6
17.5 pF
CTRIM_20 = 7
20 pF
Implementations§
Trait Implementations§
Source§impl Ord for SCtrim
impl Ord for SCtrim
Source§impl PartialOrd for SCtrim
impl PartialOrd for SCtrim
impl Copy for SCtrim
impl Eq for SCtrim
impl StructuralPartialEq for SCtrim
Auto Trait Implementations§
impl Freeze for SCtrim
impl RefUnwindSafe for SCtrim
impl Send for SCtrim
impl Sync for SCtrim
impl Unpin for SCtrim
impl UnwindSafe for SCtrim
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