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