#[repr(C)]pub struct tagCABOOL {
pub cElems: ULONG,
pub pElems: *mut VARIANT_BOOL,
}Fields§
§cElems: ULONG§pElems: *mut VARIANT_BOOLTrait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for tagCABOOL
impl !Send for tagCABOOL
impl !Sync for tagCABOOL
impl Unpin for tagCABOOL
impl UnwindSafe for tagCABOOL
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