Struct media_subsystem::sys::media_v2_link
source · #[repr(C, packed(1))]pub struct media_v2_link {
pub id: __u32,
pub source_id: __u32,
pub sink_id: __u32,
pub flags: __u32,
pub reserved: [__u32; 6],
}
Fields§
§id: __u32
§source_id: __u32
§sink_id: __u32
§flags: __u32
§reserved: [__u32; 6]
Trait Implementations§
source§impl Clone for media_v2_link
impl Clone for media_v2_link
source§fn clone(&self) -> media_v2_link
fn clone(&self) -> media_v2_link
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 media_v2_link
impl Debug for media_v2_link
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.
impl Copy for media_v2_link
Auto Trait Implementations§
impl Freeze for media_v2_link
impl RefUnwindSafe for media_v2_link
impl Send for media_v2_link
impl Sync for media_v2_link
impl Unpin for media_v2_link
impl UnwindSafe for media_v2_link
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)