#[repr(C)]pub struct CACLSID {
pub cElems: u32,
pub pElems: *mut Guid,
}
Fields§
§cElems: u32
§pElems: *mut Guid
Trait Implementations§
Source§impl Abi for CACLSID
impl Abi for CACLSID
impl Copy for CACLSID
impl Eq for CACLSID
Auto Trait Implementations§
impl Freeze for CACLSID
impl RefUnwindSafe for CACLSID
impl !Send for CACLSID
impl !Sync for CACLSID
impl Unpin for CACLSID
impl UnwindSafe for CACLSID
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