pub enum PMTIMW {
UNMASKED,
MASKED,
}
Expand description
Values that can be written to the field PMTIM
Variants§
Auto Trait Implementations§
impl Freeze for PMTIMW
impl RefUnwindSafe for PMTIMW
impl Send for PMTIMW
impl Sync for PMTIMW
impl Unpin for PMTIMW
impl UnwindSafe for PMTIMW
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