Struct CABSTRBLOB
#[repr(C)]pub struct CABSTRBLOB {
pub cElems: u32,
pub pElems: *mut BSTRBLOB,
}
Fields§
§cElems: u32
§pElems: *mut BSTRBLOB
Trait Implementations§
§impl Clone for CABSTRBLOB
impl Clone for CABSTRBLOB
§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 moreimpl Copy 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