#[repr(C, packed(1))]pub struct PlatformDescriptor { /* private fields */ }
Expand description
Table 4. Microsoft OS 2.0 platform capability descriptor header.
Auto Trait Implementations§
impl Freeze for PlatformDescriptor
impl RefUnwindSafe for PlatformDescriptor
impl Send for PlatformDescriptor
impl Sync for PlatformDescriptor
impl Unpin for PlatformDescriptor
impl UnwindSafe for PlatformDescriptor
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