Struct NDMediaStreamType
#[repr(transparent)]pub struct NDMediaStreamType(pub i32);
Tuple Fields§
§0: i32
Implementations§
§impl NDMediaStreamType
impl NDMediaStreamType
Trait Implementations§
§impl Clone for NDMediaStreamType
impl Clone for NDMediaStreamType
§fn clone(&self) -> NDMediaStreamType
fn clone(&self) -> NDMediaStreamType
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 more§impl Debug for NDMediaStreamType
impl Debug for NDMediaStreamType
§impl Default for NDMediaStreamType
impl Default for NDMediaStreamType
§fn default() -> NDMediaStreamType
fn default() -> NDMediaStreamType
Returns the “default value” for a type. Read more
§impl PartialEq for NDMediaStreamType
impl PartialEq for NDMediaStreamType
impl Copy for NDMediaStreamType
impl Eq for NDMediaStreamType
impl StructuralPartialEq for NDMediaStreamType
Auto Trait Implementations§
impl Freeze for NDMediaStreamType
impl RefUnwindSafe for NDMediaStreamType
impl Send for NDMediaStreamType
impl Sync for NDMediaStreamType
impl Unpin for NDMediaStreamType
impl UnwindSafe for NDMediaStreamType
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