#[repr(C)]pub struct NDIlib_recv_performance_t {
pub video_frames: i64,
pub audio_frames: i64,
pub metadata_frames: i64,
}Fields§
§video_frames: i64§audio_frames: i64§metadata_frames: i64Trait Implementations§
Source§impl Clone for NDIlib_recv_performance_t
impl Clone for NDIlib_recv_performance_t
Source§fn clone(&self) -> NDIlib_recv_performance_t
fn clone(&self) -> NDIlib_recv_performance_t
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 NDIlib_recv_performance_t
impl Debug for NDIlib_recv_performance_t
impl Copy for NDIlib_recv_performance_t
Auto Trait Implementations§
impl Freeze for NDIlib_recv_performance_t
impl RefUnwindSafe for NDIlib_recv_performance_t
impl Send for NDIlib_recv_performance_t
impl Sync for NDIlib_recv_performance_t
impl Unpin for NDIlib_recv_performance_t
impl UnwindSafe for NDIlib_recv_performance_t
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