#[repr(C)]pub struct tagCABOOL {
pub cElems: ULONG,
pub pElems: *mut VARIANT_BOOL,
}
Fields§
§cElems: ULONG
§pElems: *mut VARIANT_BOOL
Trait Implementations§
Source§impl Ord for tagCABOOL
impl Ord for tagCABOOL
Source§impl PartialOrd for tagCABOOL
impl PartialOrd for tagCABOOL
impl Copy for tagCABOOL
impl Eq for tagCABOOL
impl StructuralPartialEq for tagCABOOL
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