Struct FUSION_INSTALL_REFERENCE
#[repr(C)]pub struct FUSION_INSTALL_REFERENCE {
pub cbSize: u32,
pub dwFlags: u32,
pub guidScheme: GUID,
pub szIdentifier: PCWSTR,
pub szNonCannonicalData: PCWSTR,
}
Fields§
§cbSize: u32
§dwFlags: u32
§guidScheme: GUID
§szIdentifier: PCWSTR
§szNonCannonicalData: PCWSTR
Trait Implementations§
§impl Clone for FUSION_INSTALL_REFERENCE
impl Clone for FUSION_INSTALL_REFERENCE
§fn clone(&self) -> FUSION_INSTALL_REFERENCE
fn clone(&self) -> FUSION_INSTALL_REFERENCE
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 more§impl Debug for FUSION_INSTALL_REFERENCE
impl Debug for FUSION_INSTALL_REFERENCE
§impl Default for FUSION_INSTALL_REFERENCE
impl Default for FUSION_INSTALL_REFERENCE
§impl PartialEq for FUSION_INSTALL_REFERENCE
impl PartialEq for FUSION_INSTALL_REFERENCE
impl Copy for FUSION_INSTALL_REFERENCE
impl StructuralPartialEq for FUSION_INSTALL_REFERENCE
Auto Trait Implementations§
impl Freeze for FUSION_INSTALL_REFERENCE
impl RefUnwindSafe for FUSION_INSTALL_REFERENCE
impl !Send for FUSION_INSTALL_REFERENCE
impl !Sync for FUSION_INSTALL_REFERENCE
impl Unpin for FUSION_INSTALL_REFERENCE
impl UnwindSafe for FUSION_INSTALL_REFERENCE
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