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