Struct WLDP_DEVICE_SECURITY_INFORMATION
#[repr(C)]pub struct WLDP_DEVICE_SECURITY_INFORMATION {
pub UnlockIdSize: u32,
pub UnlockId: *mut u8,
pub ManufacturerIDLength: u32,
pub ManufacturerID: PWSTR,
}
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
§fn clone(&self) -> WLDP_DEVICE_SECURITY_INFORMATION
fn clone(&self) -> WLDP_DEVICE_SECURITY_INFORMATION
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreimpl Copy for WLDP_DEVICE_SECURITY_INFORMATION
Auto Trait Implementations§
impl Freeze for WLDP_DEVICE_SECURITY_INFORMATION
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§
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