pub struct PointBased<'a>(/* private fields */);Implementations§
Source§impl PointBased<'_>
impl PointBased<'_>
pub fn define(stage: &Stage, path: impl Into<Path>) -> PointBased<'_>
pub fn points_attr(&self) -> Attribute<'_>
pub fn normals_attr(&self) -> Attribute<'_>
Methods from Deref<Target = Imageable<'a>>§
pub fn visibility_attr(&self) -> Attribute<'_>
pub fn purpose_attr(&self) -> Attribute<'_>
Trait Implementations§
Auto Trait Implementations§
impl<'a> !RefUnwindSafe for PointBased<'a>
impl<'a> !Send for PointBased<'a>
impl<'a> !Sync for PointBased<'a>
impl<'a> !UnwindSafe for PointBased<'a>
impl<'a> Freeze for PointBased<'a>
impl<'a> Unpin for PointBased<'a>
impl<'a> UnsafeUnpin for PointBased<'a>
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