struct CoordComponents {
coordinate: Handle<Expression>,
depth_ref: Option<Handle<Expression>>,
array_index: Option<Handle<Expression>>,
used_extra: bool,
}
Expand description
Helper struct for texture calls with the separate components from the vector argument
Obtained by calling coordinate_components
Fields§
§coordinate: Handle<Expression>
§depth_ref: Option<Handle<Expression>>
§array_index: Option<Handle<Expression>>
§used_extra: bool
Trait Implementations§
Auto Trait Implementations§
impl Freeze for CoordComponents
impl RefUnwindSafe for CoordComponents
impl Send for CoordComponents
impl Sync for CoordComponents
impl Unpin for CoordComponents
impl UnwindSafe for CoordComponents
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