#[repr(C)]pub struct NDIlib_send_create_t {
pub p_ndi_name: *const c_char,
pub p_groups: *const c_char,
pub clock_video: bool,
pub clock_audio: bool,
}Fields§
§p_ndi_name: *const c_char§p_groups: *const c_char§clock_video: bool§clock_audio: boolTrait Implementations§
Source§impl Clone for NDIlib_send_create_t
impl Clone for NDIlib_send_create_t
Source§fn clone(&self) -> NDIlib_send_create_t
fn clone(&self) -> NDIlib_send_create_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_send_create_t
impl Debug for NDIlib_send_create_t
impl Copy for NDIlib_send_create_t
Auto Trait Implementations§
impl Freeze for NDIlib_send_create_t
impl RefUnwindSafe for NDIlib_send_create_t
impl !Send for NDIlib_send_create_t
impl !Sync for NDIlib_send_create_t
impl Unpin for NDIlib_send_create_t
impl UnwindSafe for NDIlib_send_create_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