#[repr(transparent)]pub struct SystemIdentificationSource(pub i32);
Expand description
Required features: "System_Profile"
Tuple Fields
0: i32
Implementations
Trait Implementations
impl Clone for SystemIdentificationSource
impl Clone for SystemIdentificationSource
impl Copy for SystemIdentificationSource
Auto Trait Implementations
impl RefUnwindSafe for SystemIdentificationSource
impl Send for SystemIdentificationSource
impl Sync for SystemIdentificationSource
impl Unpin for SystemIdentificationSource
impl UnwindSafe for SystemIdentificationSource
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