pub struct CoreFlagClass { /* private fields */ }
Implementations§
source§impl CoreFlagClass
impl CoreFlagClass
pub fn new(arch: CoreArchitecture, id: FlagClassId) -> Option<Self>
Trait Implementations§
source§impl Clone for CoreFlagClass
impl Clone for CoreFlagClass
source§fn clone(&self) -> CoreFlagClass
fn clone(&self) -> CoreFlagClass
Returns a copy 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 CoreFlagClass
impl Debug for CoreFlagClass
source§impl FlagClass for CoreFlagClass
impl FlagClass for CoreFlagClass
source§impl Hash for CoreFlagClass
impl Hash for CoreFlagClass
source§impl PartialEq for CoreFlagClass
impl PartialEq for CoreFlagClass
impl Copy for CoreFlagClass
impl Eq for CoreFlagClass
impl StructuralPartialEq for CoreFlagClass
Auto Trait Implementations§
impl Freeze for CoreFlagClass
impl RefUnwindSafe for CoreFlagClass
impl Send for CoreFlagClass
impl Sync for CoreFlagClass
impl Unpin for CoreFlagClass
impl UnwindSafe for CoreFlagClass
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