pub struct LicmVersion {
pub original: u32,
pub versioned: u32,
pub guard_cond: String,
}Expand description
LICM versioning (for speculative hoisting)
Fields§
§original: u32§versioned: u32§guard_cond: StringTrait Implementations§
Source§impl Clone for LicmVersion
impl Clone for LicmVersion
Source§fn clone(&self) -> LicmVersion
fn clone(&self) -> LicmVersion
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 moreAuto Trait Implementations§
impl Freeze for LicmVersion
impl RefUnwindSafe for LicmVersion
impl Send for LicmVersion
impl Sync for LicmVersion
impl Unpin for LicmVersion
impl UnsafeUnpin for LicmVersion
impl UnwindSafe for LicmVersion
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