#[repr(C)]pub struct SkRuntimeEffect_Options {
pub forceUnoptimized: bool,
pub fName: std_string_view,
pub allowPrivateAccess: bool,
pub fStableKey: u32,
pub maxVersionAllowed: SkSL_Version,
}Fields§
§forceUnoptimized: bool§fName: std_string_view§allowPrivateAccess: bool§fStableKey: u32§maxVersionAllowed: SkSL_VersionTrait 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 duplicate of the value. Read more
1.0.0 (const: unstable) · 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 Freeze for SkRuntimeEffect_Options
impl RefUnwindSafe for SkRuntimeEffect_Options
impl Send for SkRuntimeEffect_Options
impl Sync for SkRuntimeEffect_Options
impl Unpin for SkRuntimeEffect_Options
impl UnsafeUnpin 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