pub struct MediaLinkDesc {
pub source: MediaPadDesc,
pub sink: MediaPadDesc,
pub state: LinkEnabled,
}
Fields§
§source: MediaPadDesc
§sink: MediaPadDesc
§state: LinkEnabled
Trait Implementations§
Source§impl Clone for MediaLinkDesc
impl Clone for MediaLinkDesc
Source§fn clone(&self) -> MediaLinkDesc
fn clone(&self) -> MediaLinkDesc
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 moreSource§impl Debug for MediaLinkDesc
impl Debug for MediaLinkDesc
Source§impl From<MediaLinkDesc> for media_link_desc
impl From<MediaLinkDesc> for media_link_desc
Source§fn from(value: MediaLinkDesc) -> Self
fn from(value: MediaLinkDesc) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for MediaLinkDesc
impl RefUnwindSafe for MediaLinkDesc
impl Send for MediaLinkDesc
impl Sync for MediaLinkDesc
impl Unpin for MediaLinkDesc
impl UnwindSafe for MediaLinkDesc
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