Struct windows_sys::Devices::Sensors::MagnetometerAccuracy
[−]#[repr(transparent)]pub struct MagnetometerAccuracy(pub i32);
Expand description
Required features: "Devices_Sensors"
Tuple Fields
0: i32
Implementations
impl MagnetometerAccuracy
impl MagnetometerAccuracy
pub const Unknown: Self = Self(0i32)
pub const Unreliable: Self = Self(1i32)
pub const Approximate: Self = Self(2i32)
pub const High: Self = Self(3i32)
Trait Implementations
impl Clone for MagnetometerAccuracy
impl Clone for MagnetometerAccuracy
impl Copy for MagnetometerAccuracy
Auto Trait Implementations
impl RefUnwindSafe for MagnetometerAccuracy
impl Send for MagnetometerAccuracy
impl Sync for MagnetometerAccuracy
impl Unpin for MagnetometerAccuracy
impl UnwindSafe for MagnetometerAccuracy
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