pub struct MediaV2Link {
pub id: u32,
pub flags: MediaLnkFl,
pub connection: MediaLinkType,
}
Fields§
§id: u32
§flags: MediaLnkFl
§connection: MediaLinkType
Trait Implementations§
Source§impl Clone for MediaV2Link
impl Clone for MediaV2Link
Source§fn clone(&self) -> MediaV2Link
fn clone(&self) -> MediaV2Link
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 MediaV2Link
impl Debug for MediaV2Link
Source§impl From<media_v2_link> for MediaV2Link
impl From<media_v2_link> for MediaV2Link
Source§fn from(v: media_v2_link) -> Self
fn from(v: media_v2_link) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for MediaV2Link
impl RefUnwindSafe for MediaV2Link
impl Send for MediaV2Link
impl Sync for MediaV2Link
impl Unpin for MediaV2Link
impl UnwindSafe for MediaV2Link
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