pub struct Lv2StatePortValue {
pub index: u32,
pub value: f32,
}Fields§
§index: u32§value: f32Trait Implementations§
Source§impl Clone for Lv2StatePortValue
impl Clone for Lv2StatePortValue
Source§fn clone(&self) -> Lv2StatePortValue
fn clone(&self) -> Lv2StatePortValue
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for Lv2StatePortValue
impl RefUnwindSafe for Lv2StatePortValue
impl Send for Lv2StatePortValue
impl Sync for Lv2StatePortValue
impl Unpin for Lv2StatePortValue
impl UnsafeUnpin for Lv2StatePortValue
impl UnwindSafe for Lv2StatePortValue
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