pub struct Twm(/* private fields */);Implementations§
Source§impl Twm
impl Twm
Sourcepub const WordNEnabled: Self
pub const WordNEnabled: Self
Enable.
Sourcepub const WordNMasked: Self
pub const WordNMasked: Self
Mask.
Trait Implementations§
Source§impl Ord for Twm
impl Ord for Twm
Source§impl PartialOrd for Twm
impl PartialOrd for Twm
impl Copy for Twm
impl Eq for Twm
impl StructuralPartialEq for Twm
Auto Trait Implementations§
impl Freeze for Twm
impl RefUnwindSafe for Twm
impl Send for Twm
impl Sync for Twm
impl Unpin for Twm
impl UnwindSafe for Twm
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