Enum Satrg
#[repr(u8)]pub enum Satrg {
B_0X0 = 0,
B_0X1 = 1,
}Variants§
B_0X0 = 0
the bias current is confronted to a reference current with a ratio of 1/2.
B_0X1 = 1
the bias current is confronted to a reference current with a ratio of 3/4.
Implementations§
Trait Implementations§
§impl Ord for Satrg
impl Ord for Satrg
§impl PartialOrd for Satrg
impl PartialOrd for Satrg
impl Copy for Satrg
impl Eq for Satrg
impl StructuralPartialEq for Satrg
Auto Trait Implementations§
impl Freeze for Satrg
impl RefUnwindSafe for Satrg
impl Send for Satrg
impl Sync for Satrg
impl Unpin for Satrg
impl UnwindSafe for Satrg
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