Struct OS_INFO_0
#[repr(C)]pub struct OS_INFO_0 {
pub _bitfield: u32,
}
Fields§
§_bitfield: u32
Trait Implementations§
Auto Trait Implementations§
impl Freeze for OS_INFO_0
impl RefUnwindSafe for OS_INFO_0
impl Send for OS_INFO_0
impl Sync for OS_INFO_0
impl Unpin for OS_INFO_0
impl UnwindSafe for OS_INFO_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