#[repr(C)]pub struct _wireSAFEARR_BSTR {
pub Size: ULONG,
pub aBstr: *mut wireBSTR,
}
Fields§
§Size: ULONG
§aBstr: *mut wireBSTR
Trait Implementations§
Source§impl Clone for _wireSAFEARR_BSTR
impl Clone for _wireSAFEARR_BSTR
Source§fn clone(&self) -> _wireSAFEARR_BSTR
fn clone(&self) -> _wireSAFEARR_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 moreSource§impl Debug for _wireSAFEARR_BSTR
impl Debug for _wireSAFEARR_BSTR
Source§impl Ord for _wireSAFEARR_BSTR
impl Ord for _wireSAFEARR_BSTR
Source§fn cmp(&self, other: &_wireSAFEARR_BSTR) -> Ordering
fn cmp(&self, other: &_wireSAFEARR_BSTR) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for _wireSAFEARR_BSTR
impl PartialEq for _wireSAFEARR_BSTR
Source§impl PartialOrd for _wireSAFEARR_BSTR
impl PartialOrd for _wireSAFEARR_BSTR
impl Copy for _wireSAFEARR_BSTR
impl Eq for _wireSAFEARR_BSTR
impl StructuralPartialEq for _wireSAFEARR_BSTR
Auto Trait Implementations§
impl Freeze for _wireSAFEARR_BSTR
impl RefUnwindSafe for _wireSAFEARR_BSTR
impl !Send for _wireSAFEARR_BSTR
impl !Sync for _wireSAFEARR_BSTR
impl Unpin for _wireSAFEARR_BSTR
impl UnwindSafe for _wireSAFEARR_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