Struct SSVARIANT_0_4
#[repr(C)]pub struct SSVARIANT_0_4 {
pub dwActualLength: u32,
pub rgMetadata: [u8; 16],
pub pUnknownData: *mut u8,
}
Fields§
§dwActualLength: u32
§rgMetadata: [u8; 16]
§pUnknownData: *mut u8
Trait Implementations§
§impl Clone for SSVARIANT_0_4
impl Clone for SSVARIANT_0_4
§fn clone(&self) -> SSVARIANT_0_4
fn clone(&self) -> SSVARIANT_0_4
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 SSVARIANT_0_4
Auto Trait Implementations§
impl Freeze for SSVARIANT_0_4
impl RefUnwindSafe for SSVARIANT_0_4
impl !Send for SSVARIANT_0_4
impl !Sync for SSVARIANT_0_4
impl Unpin for SSVARIANT_0_4
impl UnwindSafe for SSVARIANT_0_4
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