Struct rytm_sys::ar_retrig_t
source · #[repr(C, packed(1))]pub struct ar_retrig_t {
pub retrig: sU8,
pub length: sU8,
pub vel_curve: sS8,
pub __unknown_09E2: sU8,
}Fields§
§retrig: sU8§length: sU8§vel_curve: sS8§__unknown_09E2: sU8Trait Implementations§
source§impl Clone for ar_retrig_t
impl Clone for ar_retrig_t
source§fn clone(&self) -> ar_retrig_t
fn clone(&self) -> ar_retrig_t
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresource§impl Debug for ar_retrig_t
impl Debug for ar_retrig_t
source§impl Default for ar_retrig_t
impl Default for ar_retrig_t
source§fn default() -> ar_retrig_t
fn default() -> ar_retrig_t
Returns the “default value” for a type. Read more
impl Copy for ar_retrig_t
Auto Trait Implementations§
impl RefUnwindSafe for ar_retrig_t
impl Send for ar_retrig_t
impl Sync for ar_retrig_t
impl Unpin for ar_retrig_t
impl UnwindSafe for ar_retrig_t
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