Struct windows_sys::Win32::System::Ioctl::SCM_BUS_PROPERTY_QUERY
#[repr(C)]pub struct SCM_BUS_PROPERTY_QUERY {
pub Version: u32,
pub Size: u32,
pub PropertyId: SCM_BUS_PROPERTY_ID,
pub QueryType: SCM_BUS_QUERY_TYPE,
pub AdditionalParameters: [u8; 1],
}
Fields§
§Version: u32
§Size: u32
§PropertyId: SCM_BUS_PROPERTY_ID
§QueryType: SCM_BUS_QUERY_TYPE
§AdditionalParameters: [u8; 1]
Trait Implementations§
§impl Clone for SCM_BUS_PROPERTY_QUERY
impl Clone for SCM_BUS_PROPERTY_QUERY
impl Copy for SCM_BUS_PROPERTY_QUERY
Auto Trait Implementations§
impl RefUnwindSafe for SCM_BUS_PROPERTY_QUERY
impl Send for SCM_BUS_PROPERTY_QUERY
impl Sync for SCM_BUS_PROPERTY_QUERY
impl Unpin for SCM_BUS_PROPERTY_QUERY
impl UnwindSafe for SCM_BUS_PROPERTY_QUERY
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