pub enum MiscMemFunction {
FENCE,
FENCEI,
}Variants§
Implementations§
Trait Implementations§
Source§impl Clone for MiscMemFunction
impl Clone for MiscMemFunction
Source§fn clone(&self) -> MiscMemFunction
fn clone(&self) -> MiscMemFunction
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 MiscMemFunction
impl Debug for MiscMemFunction
Source§impl PartialEq for MiscMemFunction
impl PartialEq for MiscMemFunction
impl Copy for MiscMemFunction
impl StructuralPartialEq for MiscMemFunction
Auto Trait Implementations§
impl Freeze for MiscMemFunction
impl RefUnwindSafe for MiscMemFunction
impl Send for MiscMemFunction
impl Sync for MiscMemFunction
impl Unpin for MiscMemFunction
impl UnwindSafe for MiscMemFunction
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