Struct MFRR_COMPONENTS
#[repr(C)]pub struct MFRR_COMPONENTS {
pub dwRRInfoVersion: u32,
pub dwRRComponents: u32,
pub pRRComponents: *mut MFRR_COMPONENT_HASH_INFO,
}
Fields§
§dwRRInfoVersion: u32
§dwRRComponents: u32
§pRRComponents: *mut MFRR_COMPONENT_HASH_INFO
Trait Implementations§
§impl Clone for MFRR_COMPONENTS
impl Clone for MFRR_COMPONENTS
§fn clone(&self) -> MFRR_COMPONENTS
fn clone(&self) -> MFRR_COMPONENTS
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 MFRR_COMPONENTS
impl Debug for MFRR_COMPONENTS
§impl Default for MFRR_COMPONENTS
impl Default for MFRR_COMPONENTS
§impl PartialEq for MFRR_COMPONENTS
impl PartialEq for MFRR_COMPONENTS
impl Copy for MFRR_COMPONENTS
impl StructuralPartialEq for MFRR_COMPONENTS
Auto Trait Implementations§
impl Freeze for MFRR_COMPONENTS
impl RefUnwindSafe for MFRR_COMPONENTS
impl !Send for MFRR_COMPONENTS
impl !Sync for MFRR_COMPONENTS
impl Unpin for MFRR_COMPONENTS
impl UnwindSafe for MFRR_COMPONENTS
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