#[repr(C)]pub struct tagBLOB {
pub cbSize: ULONG,
pub pBlobData: *mut BYTE,
}
Fields§
§cbSize: ULONG
§pBlobData: *mut BYTE
Trait Implementations§
Source§impl Ord for tagBLOB
impl Ord for tagBLOB
Source§impl PartialOrd for tagBLOB
impl PartialOrd for tagBLOB
impl Copy for tagBLOB
impl Eq for tagBLOB
impl StructuralPartialEq for tagBLOB
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