#[repr(C)]
pub union LATENCY_MONITOR_FEATURE_STATUS_0 {
pub Anonymous: LATENCY_MONITOR_FEATURE_STATUS_0_0,
pub AsUchar: u8,
}
Fields§
§Anonymous: LATENCY_MONITOR_FEATURE_STATUS_0_0
§AsUchar: u8
Trait Implementations§
§impl Clone for LATENCY_MONITOR_FEATURE_STATUS_0
impl Clone for LATENCY_MONITOR_FEATURE_STATUS_0
impl Copy for LATENCY_MONITOR_FEATURE_STATUS_0
Auto Trait Implementations§
impl RefUnwindSafe for LATENCY_MONITOR_FEATURE_STATUS_0
impl Send for LATENCY_MONITOR_FEATURE_STATUS_0
impl Sync for LATENCY_MONITOR_FEATURE_STATUS_0
impl Unpin for LATENCY_MONITOR_FEATURE_STATUS_0
impl UnwindSafe for LATENCY_MONITOR_FEATURE_STATUS_0
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