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