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