pub struct Shape;Trait Implementations§
Source§impl ReadableParameterIndex<f32> for Shape
impl ReadableParameterIndex<f32> for Shape
Source§impl WritableParameterIndex<f32> for Shape
impl WritableParameterIndex<f32> for Shape
impl Copy for Shape
Auto Trait Implementations§
impl Freeze for Shape
impl RefUnwindSafe for Shape
impl Send for Shape
impl Sync for Shape
impl Unpin for Shape
impl UnwindSafe for Shape
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