#[repr(C, packed(1))]pub struct Struct__jack_latency_range {
pub min: u32,
pub max: u32,
}
Fields§
§min: u32
§max: u32
Trait Implementations§
Source§impl Clone for Struct__jack_latency_range
impl Clone for Struct__jack_latency_range
Source§fn clone(&self) -> Struct__jack_latency_range
fn clone(&self) -> Struct__jack_latency_range
Returns a duplicate 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 Default for Struct__jack_latency_range
impl Default for Struct__jack_latency_range
Source§fn default() -> Struct__jack_latency_range
fn default() -> Struct__jack_latency_range
Returns the “default value” for a type. Read more
impl Copy for Struct__jack_latency_range
Auto Trait Implementations§
impl Freeze for Struct__jack_latency_range
impl RefUnwindSafe for Struct__jack_latency_range
impl Send for Struct__jack_latency_range
impl Sync for Struct__jack_latency_range
impl Unpin for Struct__jack_latency_range
impl UnwindSafe for Struct__jack_latency_range
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