pub enum RTIMW {
_00,
_01,
_10,
_11,
}Expand description
Values that can be written to the field RTIM
Variants§
Auto Trait Implementations§
impl Freeze for RTIMW
impl RefUnwindSafe for RTIMW
impl Send for RTIMW
impl Sync for RTIMW
impl Unpin for RTIMW
impl UnsafeUnpin for RTIMW
impl UnwindSafe for RTIMW
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