#[repr(C)]pub struct tagCABSTR {
pub cElems: ULONG,
pub pElems: *mut BSTR,
}Fields§
§cElems: ULONG§pElems: *mut BSTRTrait Implementations§
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