Struct windows_sys::Win32::Security::Cryptography::Sip::MS_ADDINFO_FLAT
[−]#[repr(C)]pub struct MS_ADDINFO_FLAT {
pub cbStruct: u32,
pub pIndirectData: *mut SIP_INDIRECT_DATA,
}
Expand description
Required features: "Win32_Security_Cryptography_Sip"
Fields
cbStruct: u32
pIndirectData: *mut SIP_INDIRECT_DATA
Trait Implementations
impl Clone for MS_ADDINFO_FLAT
impl Clone for MS_ADDINFO_FLAT
impl Copy for MS_ADDINFO_FLAT
Auto Trait Implementations
impl RefUnwindSafe for MS_ADDINFO_FLAT
impl !Send for MS_ADDINFO_FLAT
impl !Sync for MS_ADDINFO_FLAT
impl Unpin for MS_ADDINFO_FLAT
impl UnwindSafe for MS_ADDINFO_FLAT
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