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