pub struct RegAllocDiagMsg {
pub severity: RegAllocDiagSeverity,
pub pass: String,
pub message: String,
}Expand description
A diagnostic message from a RegAlloc pass.
Fields§
§severity: RegAllocDiagSeverity§pass: String§message: StringImplementations§
Trait Implementations§
Source§impl Clone for RegAllocDiagMsg
impl Clone for RegAllocDiagMsg
Source§fn clone(&self) -> RegAllocDiagMsg
fn clone(&self) -> RegAllocDiagMsg
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 RegAllocDiagMsg
impl Debug for RegAllocDiagMsg
Auto Trait Implementations§
impl Freeze for RegAllocDiagMsg
impl RefUnwindSafe for RegAllocDiagMsg
impl Send for RegAllocDiagMsg
impl Sync for RegAllocDiagMsg
impl Unpin for RegAllocDiagMsg
impl UnsafeUnpin for RegAllocDiagMsg
impl UnwindSafe for RegAllocDiagMsg
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