#[repr(C)]pub struct _SUPPORTED_OS_INFO {
pub MajorVersion: WORD,
pub MinorVersion: WORD,
}Fields§
§MajorVersion: WORD§MinorVersion: WORDTrait Implementations§
Source§impl Clone for _SUPPORTED_OS_INFO
impl Clone for _SUPPORTED_OS_INFO
Source§fn clone(&self) -> _SUPPORTED_OS_INFO
fn clone(&self) -> _SUPPORTED_OS_INFO
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for _SUPPORTED_OS_INFO
impl Debug for _SUPPORTED_OS_INFO
impl Copy for _SUPPORTED_OS_INFO
Auto Trait Implementations§
impl Freeze for _SUPPORTED_OS_INFO
impl RefUnwindSafe for _SUPPORTED_OS_INFO
impl Send for _SUPPORTED_OS_INFO
impl Sync for _SUPPORTED_OS_INFO
impl Unpin for _SUPPORTED_OS_INFO
impl UnwindSafe for _SUPPORTED_OS_INFO
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more