#[repr(C)]pub struct DiagnosticsInfo {
pub cost: i32,
pub flags: u32,
}
Fields§
§cost: i32
§flags: u32
Trait Implementations§
§impl Clone for DiagnosticsInfo
impl Clone for DiagnosticsInfo
impl Copy for DiagnosticsInfo
Auto Trait Implementations§
impl RefUnwindSafe for DiagnosticsInfo
impl Send for DiagnosticsInfo
impl Sync for DiagnosticsInfo
impl Unpin for DiagnosticsInfo
impl UnwindSafe for DiagnosticsInfo
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