Struct windows_sys::Win32::System::Ioctl::PHYSICAL_ELEMENT_STATUS
[−]#[repr(C)]pub struct PHYSICAL_ELEMENT_STATUS {
pub Version: u32,
pub Size: u32,
pub DescriptorCount: u32,
pub ReturnedDescriptorCount: u32,
pub ElementIdentifierBeingDepoped: u32,
pub Reserved: u32,
pub Descriptors: [PHYSICAL_ELEMENT_STATUS_DESCRIPTOR; 1],
}
Expand description
Required features: "Win32_System_Ioctl"
Fields
Version: u32
Size: u32
DescriptorCount: u32
ReturnedDescriptorCount: u32
ElementIdentifierBeingDepoped: u32
Reserved: u32
Descriptors: [PHYSICAL_ELEMENT_STATUS_DESCRIPTOR; 1]
Trait Implementations
impl Clone for PHYSICAL_ELEMENT_STATUS
impl Clone for PHYSICAL_ELEMENT_STATUS
impl Copy for PHYSICAL_ELEMENT_STATUS
Auto Trait Implementations
impl RefUnwindSafe for PHYSICAL_ELEMENT_STATUS
impl Send for PHYSICAL_ELEMENT_STATUS
impl Sync for PHYSICAL_ELEMENT_STATUS
impl Unpin for PHYSICAL_ELEMENT_STATUS
impl UnwindSafe for PHYSICAL_ELEMENT_STATUS
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more