#[repr(C)]pub struct gs_texture { /* private fields */ }
Trait Implementations§
Source§impl Clone for gs_texture
impl Clone for gs_texture
Source§fn clone(&self) -> gs_texture
fn clone(&self) -> gs_texture
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_texture
impl Debug for gs_texture
impl Copy for gs_texture
Auto Trait Implementations§
impl Freeze for gs_texture
impl RefUnwindSafe for gs_texture
impl Send for gs_texture
impl Sync for gs_texture
impl Unpin for gs_texture
impl UnwindSafe for gs_texture
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