Struct std::sys::windows::c::windows_sys::SYSTEM_INFO_0_0
source · #[repr(C)]pub struct SYSTEM_INFO_0_0 {
pub wProcessorArchitecture: u16,
pub wReserved: u16,
}
🔬This is a nightly-only experimental API. (
windows_c
)Fields§
§wProcessorArchitecture: u16
🔬This is a nightly-only experimental API. (
§windows_c
)wReserved: u16
🔬This is a nightly-only experimental API. (
windows_c
)Trait Implementations§
source§impl Clone for SYSTEM_INFO_0_0
impl Clone for SYSTEM_INFO_0_0
impl Copy for SYSTEM_INFO_0_0
Auto Trait Implementations§
impl RefUnwindSafe for SYSTEM_INFO_0_0
impl Send for SYSTEM_INFO_0_0
impl Sync for SYSTEM_INFO_0_0
impl Unpin for SYSTEM_INFO_0_0
impl UnwindSafe for SYSTEM_INFO_0_0
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