Struct ark_api::world::SdfProgram
source · [−]pub struct SdfProgram { /* private fields */ }
Expand description
Represents an SDF program you can attach to an SdfModel
component or rendered using a Render
component.
Implementations
Trait Implementations
sourceimpl Clone for SdfProgram
impl Clone for SdfProgram
sourcefn clone(&self) -> SdfProgram
fn clone(&self) -> SdfProgram
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source
. Read more
sourceimpl Debug for SdfProgram
impl Debug for SdfProgram
sourceimpl Hash for SdfProgram
impl Hash for SdfProgram
sourceimpl PartialEq<SdfProgram> for SdfProgram
impl PartialEq<SdfProgram> for SdfProgram
sourcefn eq(&self, other: &SdfProgram) -> bool
fn eq(&self, other: &SdfProgram) -> bool
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
sourceimpl ValueConverterTrait<SdfProgram> for ValueConverter
impl ValueConverterTrait<SdfProgram> for ValueConverter
sourcefn into_value(v: SdfProgram) -> Value
fn into_value(v: SdfProgram) -> Value
Wraps the passed-in value in a Value
enum.
sourcefn from_value(v: &Value) -> SdfProgram
fn from_value(v: &Value) -> SdfProgram
Extracts the value from a Value
enum.
impl Eq for SdfProgram
impl StructuralEq for SdfProgram
impl StructuralPartialEq for SdfProgram
Auto Trait Implementations
impl RefUnwindSafe for SdfProgram
impl Send for SdfProgram
impl Sync for SdfProgram
impl Unpin for SdfProgram
impl UnwindSafe for SdfProgram
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more