#[repr(u8)]pub enum DataRef {
Unknown = 0,
Offset = 1,
Write = 2,
Read = 3,
Text = 4,
Informational = 5,
EnumMember = 6,
}
Variants§
Trait Implementations§
Source§impl Ord for DataRef
impl Ord for DataRef
Source§impl PartialOrd for DataRef
impl PartialOrd for DataRef
impl Copy for DataRef
impl Eq for DataRef
impl StructuralPartialEq for DataRef
Auto Trait Implementations§
impl Freeze for DataRef
impl RefUnwindSafe for DataRef
impl Send for DataRef
impl Sync for DataRef
impl Unpin for DataRef
impl UnwindSafe for DataRef
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