#[repr(C)]pub struct KERB_CLOUD_KERBEROS_DEBUG_DATA_V0 {
pub _bitfield: i32,
}
Expand description
Required features: "Win32_Security_Authentication_Identity"
Fields
_bitfield: i32
Trait Implementations
impl Clone for KERB_CLOUD_KERBEROS_DEBUG_DATA_V0
impl Clone for KERB_CLOUD_KERBEROS_DEBUG_DATA_V0
impl Copy for KERB_CLOUD_KERBEROS_DEBUG_DATA_V0
Auto Trait Implementations
impl RefUnwindSafe for KERB_CLOUD_KERBEROS_DEBUG_DATA_V0
impl Send for KERB_CLOUD_KERBEROS_DEBUG_DATA_V0
impl Sync for KERB_CLOUD_KERBEROS_DEBUG_DATA_V0
impl Unpin for KERB_CLOUD_KERBEROS_DEBUG_DATA_V0
impl UnwindSafe for KERB_CLOUD_KERBEROS_DEBUG_DATA_V0
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