Struct obs_sys::gs_tvertarray
source · [−]Fields
width: size_tarray: *mut c_voidTrait Implementations
sourceimpl Clone for gs_tvertarray
impl Clone for gs_tvertarray
sourcefn clone(&self) -> gs_tvertarray
fn clone(&self) -> gs_tvertarray
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read more
sourceimpl Debug for gs_tvertarray
impl Debug for gs_tvertarray
sourceimpl Default for gs_tvertarray
impl Default for gs_tvertarray
impl Copy for gs_tvertarray
Auto Trait Implementations
impl RefUnwindSafe for gs_tvertarray
impl !Send for gs_tvertarray
impl !Sync for gs_tvertarray
impl Unpin for gs_tvertarray
impl UnwindSafe for gs_tvertarray
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more