#[repr(C)]pub struct gs_tvertarray {
pub width: usize,
pub array: *mut c_void,
}
Fields§
§width: usize
§array: *mut c_void
Trait Implementations§
Source§impl Clone for gs_tvertarray
impl Clone for gs_tvertarray
Source§fn clone(&self) -> gs_tvertarray
fn clone(&self) -> gs_tvertarray
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 gs_tvertarray
impl Debug for gs_tvertarray
Source§impl Ord for gs_tvertarray
impl Ord for gs_tvertarray
Source§fn cmp(&self, other: &gs_tvertarray) -> Ordering
fn cmp(&self, other: &gs_tvertarray) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for gs_tvertarray
impl PartialEq for gs_tvertarray
Source§impl PartialOrd for gs_tvertarray
impl PartialOrd for gs_tvertarray
impl Copy for gs_tvertarray
impl Eq for gs_tvertarray
impl StructuralPartialEq for gs_tvertarray
Auto Trait Implementations§
impl Freeze for gs_tvertarray
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§
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