Struct windows_sys::Win32::System::Ole::SAFEARR_BSTR
[−]#[repr(C)]pub struct SAFEARR_BSTR {
pub Size: u32,
pub aBstr: *mut *mut FLAGGED_WORD_BLOB,
}
Expand description
Required features: "Win32_System_Ole"
, "Win32_System_Com"
Fields
Size: u32
aBstr: *mut *mut FLAGGED_WORD_BLOB
Trait Implementations
impl Clone for SAFEARR_BSTR
impl Clone for SAFEARR_BSTR
impl Copy for SAFEARR_BSTR
Auto Trait Implementations
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
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more