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