#[repr(C)]pub struct CERT_SYSTEM_STORE_RELOCATE_PARA {
pub u1: CERT_SYSTEM_STORE_RELOCATE_PARA_u1,
pub u2: CERT_SYSTEM_STORE_RELOCATE_PARA_u2,
}
Fields§
§u1: CERT_SYSTEM_STORE_RELOCATE_PARA_u1
§u2: CERT_SYSTEM_STORE_RELOCATE_PARA_u2
Trait Implementations§
Source§impl Clone for CERT_SYSTEM_STORE_RELOCATE_PARA
impl Clone for CERT_SYSTEM_STORE_RELOCATE_PARA
Source§fn clone(&self) -> CERT_SYSTEM_STORE_RELOCATE_PARA
fn clone(&self) -> CERT_SYSTEM_STORE_RELOCATE_PARA
Returns a duplicate 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 moreSource§impl Default for CERT_SYSTEM_STORE_RELOCATE_PARA
impl Default for CERT_SYSTEM_STORE_RELOCATE_PARA
Source§fn default() -> CERT_SYSTEM_STORE_RELOCATE_PARA
fn default() -> CERT_SYSTEM_STORE_RELOCATE_PARA
Returns the “default value” for a type. Read more
impl Copy for CERT_SYSTEM_STORE_RELOCATE_PARA
Auto Trait Implementations§
impl Freeze for CERT_SYSTEM_STORE_RELOCATE_PARA
impl RefUnwindSafe for CERT_SYSTEM_STORE_RELOCATE_PARA
impl Send for CERT_SYSTEM_STORE_RELOCATE_PARA
impl Sync for CERT_SYSTEM_STORE_RELOCATE_PARA
impl Unpin for CERT_SYSTEM_STORE_RELOCATE_PARA
impl UnwindSafe for CERT_SYSTEM_STORE_RELOCATE_PARA
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