#[repr(C)]pub enum NodeUnit {
None = 0,
Db = 1,
Percent = 2,
Milliseconds = 3,
Hertz = 4,
Meters = 5,
Seconds = 6,
Octaves = 7,
}
Variants§
Trait Implementations§
impl Copy for NodeUnit
impl StructuralPartialEq for NodeUnit
Auto Trait Implementations§
impl Freeze for NodeUnit
impl RefUnwindSafe for NodeUnit
impl Send for NodeUnit
impl Sync for NodeUnit
impl Unpin for NodeUnit
impl UnwindSafe for NodeUnit
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