#[repr(C)]pub struct PClassInfoW {
pub cid: TUID,
pub cardinality: int32,
pub category: [char8; 32],
pub name: [char16; 64],
pub classFlags: uint32,
pub subCategories: [char8; 128],
pub vendor: [char16; 64],
pub version: [char16; 64],
pub sdkVersion: [char16; 64],
}Fields§
§cid: TUID§cardinality: int32§category: [char8; 32]§name: [char16; 64]§classFlags: uint32§subCategories: [char8; 128]§vendor: [char16; 64]§version: [char16; 64]§sdkVersion: [char16; 64]Trait Implementations§
Source§impl Clone for PClassInfoW
impl Clone for PClassInfoW
Source§fn clone(&self) -> PClassInfoW
fn clone(&self) -> PClassInfoW
Returns a duplicate 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 PClassInfoW
impl Send for PClassInfoW
impl Sync for PClassInfoW
Auto Trait Implementations§
impl Freeze for PClassInfoW
impl RefUnwindSafe for PClassInfoW
impl Unpin for PClassInfoW
impl UnwindSafe for PClassInfoW
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