#[repr(C)]pub struct DEVICE_DATA_SET_LBP_STATE_PARAMETERS {
pub Version: u32,
pub Size: u32,
pub Flags: u32,
pub OutputVersion: u32,
}
Expand description
Required features: "Win32_System_Ioctl"
Fields
Version: u32
Size: u32
Flags: u32
OutputVersion: u32
Trait Implementations
impl Copy for DEVICE_DATA_SET_LBP_STATE_PARAMETERS
Auto Trait Implementations
impl RefUnwindSafe for DEVICE_DATA_SET_LBP_STATE_PARAMETERS
impl Send for DEVICE_DATA_SET_LBP_STATE_PARAMETERS
impl Sync for DEVICE_DATA_SET_LBP_STATE_PARAMETERS
impl Unpin for DEVICE_DATA_SET_LBP_STATE_PARAMETERS
impl UnwindSafe for DEVICE_DATA_SET_LBP_STATE_PARAMETERS
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