pub struct TvdpsrcCon(/* private fields */);Implementations§
Source§impl TvdpsrcCon
impl TvdpsrcCon
Source§impl TvdpsrcCon
impl TvdpsrcCon
Trait Implementations§
Source§impl Clone for TvdpsrcCon
impl Clone for TvdpsrcCon
Source§fn clone(&self) -> TvdpsrcCon
fn clone(&self) -> TvdpsrcCon
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 TvdpsrcCon
impl Debug for TvdpsrcCon
Source§impl From<TvdpsrcCon> for u16
impl From<TvdpsrcCon> for u16
Source§fn from(val: TvdpsrcCon) -> u16
fn from(val: TvdpsrcCon) -> u16
Converts to this type from the input type.
Source§impl From<u16> for TvdpsrcCon
impl From<u16> for TvdpsrcCon
Source§fn from(val: u16) -> TvdpsrcCon
fn from(val: u16) -> TvdpsrcCon
Converts to this type from the input type.
Source§impl Ord for TvdpsrcCon
impl Ord for TvdpsrcCon
Source§fn cmp(&self, other: &TvdpsrcCon) -> Ordering
fn cmp(&self, other: &TvdpsrcCon) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for TvdpsrcCon
impl PartialEq for TvdpsrcCon
Source§impl PartialOrd for TvdpsrcCon
impl PartialOrd for TvdpsrcCon
impl Copy for TvdpsrcCon
impl Eq for TvdpsrcCon
impl StructuralPartialEq for TvdpsrcCon
Auto Trait Implementations§
impl Freeze for TvdpsrcCon
impl RefUnwindSafe for TvdpsrcCon
impl Send for TvdpsrcCon
impl Sync for TvdpsrcCon
impl Unpin for TvdpsrcCon
impl UnwindSafe for TvdpsrcCon
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