#[repr(C)]pub struct CABSTRBLOB {
pub cElems: u32,
pub pElems: *mut BSTRBLOB,
}
Fields§
§cElems: u32
§pElems: *mut BSTRBLOB
Trait Implementations§
Source§impl Abi for CABSTRBLOB
impl Abi for CABSTRBLOB
Source§type Abi = CABSTRBLOB
type Abi = CABSTRBLOB
The abi representation of the implementing type. Read more
type DefaultType = CABSTRBLOB
Source§fn ok(value: &Self::DefaultType) -> Result<Self, Error>
fn ok(value: &Self::DefaultType) -> Result<Self, Error>
Converts from
Self::DefaultType
to Result<T>
.Source§fn set_abi(&mut self) -> *mut Self::Abi
fn set_abi(&mut self) -> *mut Self::Abi
Returns a pointer for setting the object’s value via an ABI call.
fn drop_param(_: &mut Param<'_, Self>)
Source§impl Clone for CABSTRBLOB
impl Clone for CABSTRBLOB
Source§fn clone(&self) -> CABSTRBLOB
fn clone(&self) -> CABSTRBLOB
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for CABSTRBLOB
impl Debug for CABSTRBLOB
Source§impl Default for CABSTRBLOB
impl Default for CABSTRBLOB
Source§impl PartialEq for CABSTRBLOB
impl PartialEq for CABSTRBLOB
impl Copy for CABSTRBLOB
impl Eq for CABSTRBLOB
Auto Trait Implementations§
impl Freeze for CABSTRBLOB
impl RefUnwindSafe for CABSTRBLOB
impl !Send for CABSTRBLOB
impl !Sync for CABSTRBLOB
impl Unpin for CABSTRBLOB
impl UnwindSafe for CABSTRBLOB
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