#[repr(C)]pub struct NDIlib_recv_create_v3_t {
pub source_to_connect_to: NDIlib_source_t,
pub color_format: NDIlib_recv_color_format_e,
pub bandwidth: NDIlib_recv_bandwidth_e,
pub allow_video_fields: bool,
pub p_ndi_recv_name: *const c_char,
}Fields§
§source_to_connect_to: NDIlib_source_t§color_format: NDIlib_recv_color_format_e§bandwidth: NDIlib_recv_bandwidth_e§allow_video_fields: bool§p_ndi_recv_name: *const c_charTrait Implementations§
Source§impl Clone for NDIlib_recv_create_v3_t
impl Clone for NDIlib_recv_create_v3_t
Source§fn clone(&self) -> NDIlib_recv_create_v3_t
fn clone(&self) -> NDIlib_recv_create_v3_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 moreimpl Copy for NDIlib_recv_create_v3_t
Auto Trait Implementations§
impl Freeze for NDIlib_recv_create_v3_t
impl RefUnwindSafe for NDIlib_recv_create_v3_t
impl !Send for NDIlib_recv_create_v3_t
impl !Sync for NDIlib_recv_create_v3_t
impl Unpin for NDIlib_recv_create_v3_t
impl UnwindSafe for NDIlib_recv_create_v3_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