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