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