Struct MFRR_COMPONENT_HASH_INFO
#[repr(C)]pub struct MFRR_COMPONENT_HASH_INFO {
pub ulReason: u32,
pub rgHeaderHash: [u16; 43],
pub rgPublicKeyHash: [u16; 43],
pub wszName: [u16; 260],
}
Fields§
§ulReason: u32
§rgHeaderHash: [u16; 43]
§rgPublicKeyHash: [u16; 43]
§wszName: [u16; 260]
Trait Implementations§
§impl Clone for MFRR_COMPONENT_HASH_INFO
impl Clone for MFRR_COMPONENT_HASH_INFO
§fn clone(&self) -> MFRR_COMPONENT_HASH_INFO
fn clone(&self) -> MFRR_COMPONENT_HASH_INFO
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_COMPONENT_HASH_INFO
impl Debug for MFRR_COMPONENT_HASH_INFO
§impl Default for MFRR_COMPONENT_HASH_INFO
impl Default for MFRR_COMPONENT_HASH_INFO
§impl PartialEq for MFRR_COMPONENT_HASH_INFO
impl PartialEq for MFRR_COMPONENT_HASH_INFO
impl Copy for MFRR_COMPONENT_HASH_INFO
impl StructuralPartialEq for MFRR_COMPONENT_HASH_INFO
Auto Trait Implementations§
impl Freeze for MFRR_COMPONENT_HASH_INFO
impl RefUnwindSafe for MFRR_COMPONENT_HASH_INFO
impl Send for MFRR_COMPONENT_HASH_INFO
impl Sync for MFRR_COMPONENT_HASH_INFO
impl Unpin for MFRR_COMPONENT_HASH_INFO
impl UnwindSafe for MFRR_COMPONENT_HASH_INFO
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