Struct windows_sys::Win32::System::Ioctl::DEVICE_DSM_DEFINITION
[−]#[repr(C)]pub struct DEVICE_DSM_DEFINITION {
pub Action: u32,
pub SingleRange: BOOLEAN,
pub ParameterBlockAlignment: u32,
pub ParameterBlockLength: u32,
pub HasOutput: BOOLEAN,
pub OutputBlockAlignment: u32,
pub OutputBlockLength: u32,
}
Expand description
Required features: "Win32_System_Ioctl"
, "Win32_Foundation"
Fields
Action: u32
SingleRange: BOOLEAN
ParameterBlockAlignment: u32
ParameterBlockLength: u32
HasOutput: BOOLEAN
OutputBlockAlignment: u32
OutputBlockLength: u32
Trait Implementations
impl Clone for DEVICE_DSM_DEFINITION
impl Clone for DEVICE_DSM_DEFINITION
impl Copy for DEVICE_DSM_DEFINITION
Auto Trait Implementations
impl RefUnwindSafe for DEVICE_DSM_DEFINITION
impl Send for DEVICE_DSM_DEFINITION
impl Sync for DEVICE_DSM_DEFINITION
impl Unpin for DEVICE_DSM_DEFINITION
impl UnwindSafe for DEVICE_DSM_DEFINITION
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