#[repr(C)]pub struct tagBSTRBLOB {
pub cbSize: ULONG,
pub pData: *mut BYTE,
}
Fields§
§cbSize: ULONG
§pData: *mut BYTE
Trait Implementations§
Source§impl Clone for tagBSTRBLOB
impl Clone for tagBSTRBLOB
Source§fn clone(&self) -> tagBSTRBLOB
fn clone(&self) -> tagBSTRBLOB
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 tagBSTRBLOB
impl Debug for tagBSTRBLOB
Source§impl Ord for tagBSTRBLOB
impl Ord for tagBSTRBLOB
Source§fn cmp(&self, other: &tagBSTRBLOB) -> Ordering
fn cmp(&self, other: &tagBSTRBLOB) -> 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 tagBSTRBLOB
impl PartialEq for tagBSTRBLOB
Source§impl PartialOrd for tagBSTRBLOB
impl PartialOrd for tagBSTRBLOB
impl Copy for tagBSTRBLOB
impl Eq for tagBSTRBLOB
impl StructuralPartialEq for tagBSTRBLOB
Auto Trait Implementations§
impl Freeze for tagBSTRBLOB
impl RefUnwindSafe for tagBSTRBLOB
impl !Send for tagBSTRBLOB
impl !Sync for tagBSTRBLOB
impl Unpin for tagBSTRBLOB
impl UnwindSafe for tagBSTRBLOB
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