#[repr(C)]pub struct snd_interval {
pub min: uint,
pub max: uint,
pub flags: uint,
}Fields§
§min: uint§max: uint§flags: uintBitmask:
- bit 0: openmin
- bit 1: openmax
- bit 2: integer
- bit 3: empty
Trait Implementations§
Source§impl Clone for snd_interval
impl Clone for snd_interval
Source§fn clone(&self) -> snd_interval
fn clone(&self) -> snd_interval
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 Debug for snd_interval
impl Debug for snd_interval
impl Copy for snd_interval
Auto Trait Implementations§
impl Freeze for snd_interval
impl RefUnwindSafe for snd_interval
impl Send for snd_interval
impl Sync for snd_interval
impl Unpin for snd_interval
impl UnwindSafe for snd_interval
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