#[repr(C)]pub struct NDIlib_source_t {
pub p_ndi_name: *const c_char,
pub __bindgen_anon_1: NDIlib_source_t__bindgen_ty_1,
}Fields§
§p_ndi_name: *const c_char§__bindgen_anon_1: NDIlib_source_t__bindgen_ty_1Trait Implementations§
Source§impl Clone for NDIlib_source_t
impl Clone for NDIlib_source_t
Source§fn clone(&self) -> NDIlib_source_t
fn clone(&self) -> NDIlib_source_t
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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_source_t
Source§impl From<&NDIlib_source_t> for Source
impl From<&NDIlib_source_t> for Source
Source§fn from(inner: &NDIlib_source_t) -> Self
fn from(inner: &NDIlib_source_t) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl !Send for NDIlib_source_t
impl !Sync for NDIlib_source_t
impl Freeze for NDIlib_source_t
impl RefUnwindSafe for NDIlib_source_t
impl Unpin for NDIlib_source_t
impl UnsafeUnpin for NDIlib_source_t
impl UnwindSafe for NDIlib_source_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