#[repr(C)]pub struct TRUSTED_CONTROLLERS_INFO {
pub Entries: u32,
pub Names: *mut UNICODE_STRING,
}
Expand description
Required features: "Win32_Security_Authentication_Identity"
, "Win32_Foundation"
Fields
Entries: u32
Names: *mut UNICODE_STRING
Trait Implementations
impl Clone for TRUSTED_CONTROLLERS_INFO
impl Clone for TRUSTED_CONTROLLERS_INFO
impl Copy for TRUSTED_CONTROLLERS_INFO
Auto Trait Implementations
impl RefUnwindSafe for TRUSTED_CONTROLLERS_INFO
impl !Send for TRUSTED_CONTROLLERS_INFO
impl !Sync for TRUSTED_CONTROLLERS_INFO
impl Unpin for TRUSTED_CONTROLLERS_INFO
impl UnwindSafe for TRUSTED_CONTROLLERS_INFO
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