Struct windows_sys::Win32::Security::Authentication::Identity::KSEC_LIST_ENTRY
[−]#[repr(C)]pub struct KSEC_LIST_ENTRY {
pub List: LIST_ENTRY,
pub RefCount: i32,
pub Signature: u32,
pub OwningList: *mut c_void,
pub Reserved: *mut c_void,
}
Expand description
Required features: "Win32_Security_Authentication_Identity"
, "Win32_System_Kernel"
Fields
List: LIST_ENTRY
RefCount: i32
Signature: u32
OwningList: *mut c_void
Reserved: *mut c_void
Trait Implementations
impl Clone for KSEC_LIST_ENTRY
impl Clone for KSEC_LIST_ENTRY
impl Copy for KSEC_LIST_ENTRY
Auto Trait Implementations
impl RefUnwindSafe for KSEC_LIST_ENTRY
impl !Send for KSEC_LIST_ENTRY
impl !Sync for KSEC_LIST_ENTRY
impl Unpin for KSEC_LIST_ENTRY
impl UnwindSafe for KSEC_LIST_ENTRY
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