#[repr(C)]pub struct WLDP_DEVICE_SECURITY_INFORMATION {
pub UnlockIdSize: u32,
pub UnlockId: *mut u8,
pub ManufacturerIDLength: u32,
pub ManufacturerID: PWSTR,
}
Expand description
Required features: "Win32_System_WindowsProgramming"
Fields
UnlockIdSize: u32
UnlockId: *mut u8
ManufacturerIDLength: u32
ManufacturerID: PWSTR
Trait Implementations
impl Clone for WLDP_DEVICE_SECURITY_INFORMATION
impl Clone for WLDP_DEVICE_SECURITY_INFORMATION
impl Copy for WLDP_DEVICE_SECURITY_INFORMATION
Auto Trait Implementations
impl RefUnwindSafe for WLDP_DEVICE_SECURITY_INFORMATION
impl !Send for WLDP_DEVICE_SECURITY_INFORMATION
impl !Sync for WLDP_DEVICE_SECURITY_INFORMATION
impl Unpin for WLDP_DEVICE_SECURITY_INFORMATION
impl UnwindSafe for WLDP_DEVICE_SECURITY_INFORMATION
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