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