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