#[repr(C)]pub struct CABSTRBLOB {
pub cElems: u32,
pub pElems: *mut BSTRBLOB,
}Fields§
§cElems: u32§pElems: *mut BSTRBLOBTrait 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
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.
Source§unsafe fn from_abi(abi: Self::Abi) -> Result<Self, Error>
unsafe fn from_abi(abi: Self::Abi) -> Result<Self, Error>
Casts the ABI representation to a Rust object by taking ownership of the bits.
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 duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for CABSTRBLOB
Source§impl Debug for CABSTRBLOB
impl Debug for CABSTRBLOB
Source§impl Default for CABSTRBLOB
impl Default for CABSTRBLOB
impl Eq for CABSTRBLOB
Auto Trait Implementations§
impl !Send for CABSTRBLOB
impl !Sync for CABSTRBLOB
impl Freeze for CABSTRBLOB
impl RefUnwindSafe for CABSTRBLOB
impl Unpin for CABSTRBLOB
impl UnsafeUnpin 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