#[repr(C)]pub struct tagBSTRBLOB {
pub cbSize: ULONG,
pub pData: *mut BYTE,
}Fields§
§cbSize: ULONG§pData: *mut BYTETrait Implementations§
Source§impl Clone for tagBSTRBLOB
impl Clone for tagBSTRBLOB
Source§fn clone(&self) -> tagBSTRBLOB
fn clone(&self) -> tagBSTRBLOB
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for tagBSTRBLOB
Auto Trait Implementations§
impl !Send for tagBSTRBLOB
impl !Sync for tagBSTRBLOB
impl Freeze for tagBSTRBLOB
impl RefUnwindSafe for tagBSTRBLOB
impl Unpin for tagBSTRBLOB
impl UnsafeUnpin 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