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