Struct windows_sys::Foundation::Metadata::Platform
[−]#[repr(transparent)]pub struct Platform(pub i32);
Expand description
Required features: ‘Foundation_Metadata’
Tuple Fields
0: i32
Implementations
impl Platform
impl Platform
pub const Windows: Self
pub const WindowsPhone: Self
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Platform
impl Send for Platform
impl Sync for Platform
impl Unpin for Platform
impl UnwindSafe for Platform
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