pub struct OutputCallbackInfo { /* private fields */ }
Expand description
Information relevant to a single call to the user’s output stream data callback.
Implementations§
Source§impl OutputCallbackInfo
impl OutputCallbackInfo
Sourcepub fn timestamp(&self) -> OutputStreamTimestamp
pub fn timestamp(&self) -> OutputStreamTimestamp
The timestamp associated with the call to an output stream’s data callback.
Trait Implementations§
Source§impl Clone for OutputCallbackInfo
impl Clone for OutputCallbackInfo
Source§fn clone(&self) -> OutputCallbackInfo
fn clone(&self) -> OutputCallbackInfo
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 OutputCallbackInfo
impl Debug for OutputCallbackInfo
Source§impl PartialEq for OutputCallbackInfo
impl PartialEq for OutputCallbackInfo
impl Eq for OutputCallbackInfo
impl StructuralPartialEq for OutputCallbackInfo
Auto Trait Implementations§
impl Freeze for OutputCallbackInfo
impl RefUnwindSafe for OutputCallbackInfo
impl Send for OutputCallbackInfo
impl Sync for OutputCallbackInfo
impl Unpin for OutputCallbackInfo
impl UnwindSafe for OutputCallbackInfo
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