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