Struct LATENCY_MONITOR_FEATURE_STATUS
#[repr(C)]pub struct LATENCY_MONITOR_FEATURE_STATUS {
pub Anonymous: LATENCY_MONITOR_FEATURE_STATUS_0,
}
Fields§
§Anonymous: LATENCY_MONITOR_FEATURE_STATUS_0
Trait Implementations§
§impl Clone for LATENCY_MONITOR_FEATURE_STATUS
impl Clone for LATENCY_MONITOR_FEATURE_STATUS
§fn clone(&self) -> LATENCY_MONITOR_FEATURE_STATUS
fn clone(&self) -> LATENCY_MONITOR_FEATURE_STATUS
Returns a copy 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 moreimpl Copy for LATENCY_MONITOR_FEATURE_STATUS
Auto Trait Implementations§
impl Freeze for LATENCY_MONITOR_FEATURE_STATUS
impl RefUnwindSafe for LATENCY_MONITOR_FEATURE_STATUS
impl Send for LATENCY_MONITOR_FEATURE_STATUS
impl Sync for LATENCY_MONITOR_FEATURE_STATUS
impl Unpin for LATENCY_MONITOR_FEATURE_STATUS
impl UnwindSafe for LATENCY_MONITOR_FEATURE_STATUS
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