Struct CRYPT_XML_REFERENCES
#[repr(C)]pub struct CRYPT_XML_REFERENCES {
pub cReference: u32,
pub rgpReference: *mut *mut CRYPT_XML_REFERENCE,
}
Fields§
§cReference: u32
§rgpReference: *mut *mut CRYPT_XML_REFERENCE
Trait Implementations§
§impl Clone for CRYPT_XML_REFERENCES
impl Clone for CRYPT_XML_REFERENCES
§fn clone(&self) -> CRYPT_XML_REFERENCES
fn clone(&self) -> CRYPT_XML_REFERENCES
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreimpl Copy for CRYPT_XML_REFERENCES
Auto Trait Implementations§
impl Freeze for CRYPT_XML_REFERENCES
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§
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