Struct CACLSID
#[repr(C)]pub struct CACLSID {
pub cElems: u32,
pub pElems: *mut GUID,
}
Fields§
§cElems: u32
§pElems: *mut GUID
Trait Implementations§
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