Struct SMMCObjectTypes
#[repr(C)]pub struct SMMCObjectTypes {
pub count: u32,
pub guid: [GUID; 1],
}
Fields§
§count: u32
§guid: [GUID; 1]
Trait Implementations§
§impl Clone for SMMCObjectTypes
impl Clone for SMMCObjectTypes
§fn clone(&self) -> SMMCObjectTypes
fn clone(&self) -> SMMCObjectTypes
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 SMMCObjectTypes
impl Debug for SMMCObjectTypes
§impl Default for SMMCObjectTypes
impl Default for SMMCObjectTypes
§impl PartialEq for SMMCObjectTypes
impl PartialEq for SMMCObjectTypes
impl Copy for SMMCObjectTypes
impl StructuralPartialEq for SMMCObjectTypes
Auto Trait Implementations§
impl Freeze for SMMCObjectTypes
impl RefUnwindSafe for SMMCObjectTypes
impl Send for SMMCObjectTypes
impl Sync for SMMCObjectTypes
impl Unpin for SMMCObjectTypes
impl UnwindSafe for SMMCObjectTypes
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