#[repr(C)]pub struct TRUSTED_CONTROLLERS_INFO {
pub Entries: u32,
pub Names: *mut LSA_UNICODE_STRING,
}
Fields§
§Entries: u32
§Names: *mut LSA_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§
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