pub struct LowLevelILSSAFlag<F: Flag> {
pub flag: F,
pub version: u32,
}
Fields§
§flag: F
§version: u32
Implementations§
Trait Implementations§
source§impl<F: Clone + Flag> Clone for LowLevelILSSAFlag<F>
impl<F: Clone + Flag> Clone for LowLevelILSSAFlag<F>
source§fn clone(&self) -> LowLevelILSSAFlag<F>
fn clone(&self) -> LowLevelILSSAFlag<F>
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 moreimpl<F: Copy + Flag> Copy for LowLevelILSSAFlag<F>
Auto Trait Implementations§
impl<F> Freeze for LowLevelILSSAFlag<F>where
F: Freeze,
impl<F> RefUnwindSafe for LowLevelILSSAFlag<F>where
F: RefUnwindSafe,
impl<F> Send for LowLevelILSSAFlag<F>where
F: Send,
impl<F> Sync for LowLevelILSSAFlag<F>where
F: Sync,
impl<F> Unpin for LowLevelILSSAFlag<F>where
F: Unpin,
impl<F> UnwindSafe for LowLevelILSSAFlag<F>where
F: UnwindSafe,
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