#[repr(C)]pub struct tagBLOB {
pub cbSize: ULONG,
pub pBlobData: *mut BYTE,
}Fields§
§cbSize: ULONG§pBlobData: *mut BYTETrait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for tagBLOB
impl !Send for tagBLOB
impl !Sync for tagBLOB
impl Unpin for tagBLOB
impl UnwindSafe for tagBLOB
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