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