#[repr(i32)]pub enum tagDATADIR {
DATADIR_GET = 1,
DATADIR_SET = 2,
}Variants§
Trait Implementations§
Source§impl Clone for tagDATADIR
impl Clone for tagDATADIR
Source§fn clone(&self) -> tagDATADIR
fn clone(&self) -> tagDATADIR
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for tagDATADIR
impl Debug for tagDATADIR
Source§impl Hash for tagDATADIR
impl Hash for tagDATADIR
Source§impl PartialEq for tagDATADIR
impl PartialEq for tagDATADIR
impl Copy for tagDATADIR
impl Eq for tagDATADIR
impl StructuralPartialEq for tagDATADIR
Auto Trait Implementations§
impl Freeze for tagDATADIR
impl RefUnwindSafe for tagDATADIR
impl Send for tagDATADIR
impl Sync for tagDATADIR
impl Unpin for tagDATADIR
impl UnwindSafe for tagDATADIR
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