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