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