pub struct Lv2ControlPortInfo {
pub index: u32,
pub name: String,
pub min: f32,
pub max: f32,
pub value: f32,
}Fields§
§index: u32§name: String§min: f32§max: f32§value: f32Auto Trait Implementations§
impl Freeze for Lv2ControlPortInfo
impl RefUnwindSafe for Lv2ControlPortInfo
impl Send for Lv2ControlPortInfo
impl Sync for Lv2ControlPortInfo
impl Unpin for Lv2ControlPortInfo
impl UnsafeUnpin for Lv2ControlPortInfo
impl UnwindSafe for Lv2ControlPortInfo
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