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