#[repr(u8)]pub enum MTrimCap {
M_TRIM_CAP_0 = 0,
M_TRIM_CAP_1 = 1,
M_TRIM_CAP_2 = 2,
M_TRIM_CAP_3 = 3,
}Variants§
M_TRIM_CAP_0 = 0
0 pF (default)
M_TRIM_CAP_1 = 1
10 pF
M_TRIM_CAP_2 = 2
10 pF
M_TRIM_CAP_3 = 3
20 pF
Implementations§
Trait Implementations§
Source§impl Ord for MTrimCap
impl Ord for MTrimCap
Source§impl PartialOrd for MTrimCap
impl PartialOrd for MTrimCap
impl Copy for MTrimCap
impl Eq for MTrimCap
impl StructuralPartialEq for MTrimCap
Auto Trait Implementations§
impl Freeze for MTrimCap
impl RefUnwindSafe for MTrimCap
impl Send for MTrimCap
impl Sync for MTrimCap
impl Unpin for MTrimCap
impl UnwindSafe for MTrimCap
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