#[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 Freeze for tagCABOOL
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