Struct windows_sys::Win32::System::Ole::SAFEARR_BSTR
#[repr(C)]pub struct SAFEARR_BSTR {
pub Size: u32,
pub aBstr: *mut *mut FLAGGED_WORD_BLOB,
}
Fields§
§Size: u32
§aBstr: *mut *mut FLAGGED_WORD_BLOB
Trait Implementations§
§impl Clone for SAFEARR_BSTR
impl Clone for SAFEARR_BSTR
§fn clone(&self) -> SAFEARR_BSTR
fn clone(&self) -> SAFEARR_BSTR
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 SAFEARR_BSTR
Auto Trait Implementations§
impl Freeze for SAFEARR_BSTR
impl RefUnwindSafe for SAFEARR_BSTR
impl !Send for SAFEARR_BSTR
impl !Sync for SAFEARR_BSTR
impl Unpin for SAFEARR_BSTR
impl UnwindSafe for SAFEARR_BSTR
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)