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