#[repr(transparent)]pub struct PlatformDataCollectionLevel(pub i32);
Expand description
Required features: "System_Profile"
Tuple Fields
0: i32
Implementations
Trait Implementations
impl Clone for PlatformDataCollectionLevel
impl Clone for PlatformDataCollectionLevel
impl Copy for PlatformDataCollectionLevel
Auto Trait Implementations
impl RefUnwindSafe for PlatformDataCollectionLevel
impl Send for PlatformDataCollectionLevel
impl Sync for PlatformDataCollectionLevel
impl Unpin for PlatformDataCollectionLevel
impl UnwindSafe for PlatformDataCollectionLevel
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more