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