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<()>
Auto Trait Implementations§
impl RefUnwindSafe for Status
impl Send for Status
impl Sync for Status
impl Unpin 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