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