pub struct Status(/* private fields */);Expand description
snd_pcm_status_t wrapper
Implementations§
Source§impl Status
impl Status
pub fn get_htstamp(&self) -> timespec
pub fn get_trigger_htstamp(&self) -> timespec
pub fn get_audio_htstamp(&self) -> timespec
pub fn get_state(&self) -> State
pub fn get_avail(&self) -> Frames
pub fn get_delay(&self) -> Frames
pub fn get_avail_max(&self) -> Frames
pub fn get_overrange(&self) -> Frames
pub fn dump(&self, o: &mut Output) -> Result<()>
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Status
impl RefUnwindSafe for Status
impl Send for Status
impl Sync for Status
impl Unpin for Status
impl UnsafeUnpin for Status
impl UnwindSafe for Status
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