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