Struct windows_sys::Win32::System::Ioctl::CHANGER_ELEMENT_STATUS_EX
[−]#[repr(C)]pub struct CHANGER_ELEMENT_STATUS_EX {
pub Element: CHANGER_ELEMENT,
pub SrcElementAddress: CHANGER_ELEMENT,
pub Flags: CHANGER_ELEMENT_STATUS_FLAGS,
pub ExceptionCode: u32,
pub TargetId: u8,
pub Lun: u8,
pub Reserved: u16,
pub PrimaryVolumeID: [u8; 36],
pub AlternateVolumeID: [u8; 36],
pub VendorIdentification: [u8; 8],
pub ProductIdentification: [u8; 16],
pub SerialNumber: [u8; 32],
}
Expand description
Required features: "Win32_System_Ioctl"
Fields
Element: CHANGER_ELEMENT
SrcElementAddress: CHANGER_ELEMENT
Flags: CHANGER_ELEMENT_STATUS_FLAGS
ExceptionCode: u32
TargetId: u8
Lun: u8
Reserved: u16
PrimaryVolumeID: [u8; 36]
AlternateVolumeID: [u8; 36]
VendorIdentification: [u8; 8]
ProductIdentification: [u8; 16]
SerialNumber: [u8; 32]
Trait Implementations
impl Clone for CHANGER_ELEMENT_STATUS_EX
impl Clone for CHANGER_ELEMENT_STATUS_EX
impl Copy for CHANGER_ELEMENT_STATUS_EX
Auto Trait Implementations
impl RefUnwindSafe for CHANGER_ELEMENT_STATUS_EX
impl Send for CHANGER_ELEMENT_STATUS_EX
impl Sync for CHANGER_ELEMENT_STATUS_EX
impl Unpin for CHANGER_ELEMENT_STATUS_EX
impl UnwindSafe for CHANGER_ELEMENT_STATUS_EX
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
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