#[repr(C)]#[repr(align(8))]pub struct GrContextOptions_PersistentCache {
pub _bindgen_opaque_blob: u64,
}
Fields§
§_bindgen_opaque_blob: u64
Trait Implementations§
source§impl Clone for GrContextOptions_PersistentCache
impl Clone for GrContextOptions_PersistentCache
source§fn clone(&self) -> GrContextOptions_PersistentCache
fn clone(&self) -> GrContextOptions_PersistentCache
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 moreimpl Copy for GrContextOptions_PersistentCache
Auto Trait Implementations§
impl RefUnwindSafe for GrContextOptions_PersistentCache
impl Send for GrContextOptions_PersistentCache
impl Sync for GrContextOptions_PersistentCache
impl Unpin for GrContextOptions_PersistentCache
impl UnwindSafe for GrContextOptions_PersistentCache
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