#[repr(transparent)]pub struct VCL_BACKEND(pub *const director);Tuple Fields§
§0: *const directorTrait Implementations§
Source§impl Clone for VCL_BACKEND
impl Clone for VCL_BACKEND
Source§fn clone(&self) -> VCL_BACKEND
fn clone(&self) -> VCL_BACKEND
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for VCL_BACKEND
impl Debug for VCL_BACKEND
Source§impl Default for VCL_BACKEND
impl Default for VCL_BACKEND
impl Copy for VCL_BACKEND
Auto Trait Implementations§
impl Freeze for VCL_BACKEND
impl RefUnwindSafe for VCL_BACKEND
impl !Send for VCL_BACKEND
impl !Sync for VCL_BACKEND
impl Unpin for VCL_BACKEND
impl UnwindSafe for VCL_BACKEND
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