#[repr(C)]pub struct tagCACLSID {
pub cElems: ULONG,
pub pElems: *mut CLSID,
}Fields§
§cElems: ULONG§pElems: *mut CLSIDTrait Implementations§
Source§impl Clone for tagCACLSID
impl Clone for tagCACLSID
Source§fn clone(&self) -> tagCACLSID
fn clone(&self) -> tagCACLSID
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 moreSource§impl Debug for tagCACLSID
impl Debug for tagCACLSID
impl Copy 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