pub enum BiasTMode {
NoChange,
Enable,
Disable,
}Expand description
A Bias-T setting change to apply on a mode change.
See BiasTSetting for where to use this.
Variants§
Trait Implementations§
impl Copy for BiasTMode
impl Eq for BiasTMode
impl StructuralPartialEq for BiasTMode
Auto Trait Implementations§
impl Freeze for BiasTMode
impl RefUnwindSafe for BiasTMode
impl Send for BiasTMode
impl Sync for BiasTMode
impl Unpin for BiasTMode
impl UnwindSafe for BiasTMode
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