#[repr(transparent)]pub struct VCL_BLOB(pub *const vrt_blob);Tuple Fields§
§0: *const vrt_blobTrait Implementations§
impl Copy for VCL_BLOB
Auto Trait Implementations§
impl Freeze for VCL_BLOB
impl RefUnwindSafe for VCL_BLOB
impl !Send for VCL_BLOB
impl !Sync for VCL_BLOB
impl Unpin for VCL_BLOB
impl UnwindSafe for VCL_BLOB
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