Struct windows_sys::Win32::Security::TOKEN_DEVICE_CLAIMS
#[repr(C)]pub struct TOKEN_DEVICE_CLAIMS {
pub DeviceClaims: *mut c_void,
}Fields§
§DeviceClaims: *mut c_voidTrait Implementations§
§impl Clone for TOKEN_DEVICE_CLAIMS
impl Clone for TOKEN_DEVICE_CLAIMS
impl Copy for TOKEN_DEVICE_CLAIMS
Auto Trait Implementations§
impl RefUnwindSafe for TOKEN_DEVICE_CLAIMS
impl !Send for TOKEN_DEVICE_CLAIMS
impl !Sync for TOKEN_DEVICE_CLAIMS
impl Unpin for TOKEN_DEVICE_CLAIMS
impl UnwindSafe for TOKEN_DEVICE_CLAIMS
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