#[repr(i32)]pub enum tagMKREDUCE {
MKRREDUCE_ONE = 196_608,
MKRREDUCE_TOUSER = 131_072,
MKRREDUCE_THROUGHUSER = 65_536,
MKRREDUCE_ALL = 0,
}Variants§
MKRREDUCE_ONE = 196_608
MKRREDUCE_TOUSER = 131_072
MKRREDUCE_THROUGHUSER = 65_536
MKRREDUCE_ALL = 0
Trait Implementations§
Source§impl Clone for tagMKREDUCE
impl Clone for tagMKREDUCE
Source§fn clone(&self) -> tagMKREDUCE
fn clone(&self) -> tagMKREDUCE
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 tagMKREDUCE
impl Debug for tagMKREDUCE
Source§impl Hash for tagMKREDUCE
impl Hash for tagMKREDUCE
Source§impl PartialEq for tagMKREDUCE
impl PartialEq for tagMKREDUCE
impl Copy for tagMKREDUCE
impl Eq for tagMKREDUCE
impl StructuralPartialEq for tagMKREDUCE
Auto Trait Implementations§
impl Freeze for tagMKREDUCE
impl RefUnwindSafe for tagMKREDUCE
impl Send for tagMKREDUCE
impl Sync for tagMKREDUCE
impl Unpin for tagMKREDUCE
impl UnwindSafe for tagMKREDUCE
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