#[repr(C)]pub struct tagCACLSID {
pub cElems: ULONG,
pub pElems: *mut CLSID,
}
Fields§
§cElems: ULONG
§pElems: *mut CLSID
Trait Implementations§
Source§impl Clone for tagCACLSID
impl Clone for tagCACLSID
Source§fn clone(&self) -> tagCACLSID
fn clone(&self) -> tagCACLSID
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 moreSource§impl Debug for tagCACLSID
impl Debug for tagCACLSID
Source§impl Ord for tagCACLSID
impl Ord for tagCACLSID
Source§fn cmp(&self, other: &tagCACLSID) -> Ordering
fn cmp(&self, other: &tagCACLSID) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for tagCACLSID
impl PartialEq for tagCACLSID
Source§impl PartialOrd for tagCACLSID
impl PartialOrd for tagCACLSID
impl Copy for tagCACLSID
impl Eq for tagCACLSID
impl StructuralPartialEq for tagCACLSID
Auto Trait Implementations§
impl Freeze for tagCACLSID
impl RefUnwindSafe for tagCACLSID
impl !Send for tagCACLSID
impl !Sync for tagCACLSID
impl Unpin for tagCACLSID
impl UnwindSafe for tagCACLSID
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