Struct media_subsystem::sys::media_links_enum
source · #[repr(C)]pub struct media_links_enum {
pub entity: __u32,
pub pads: *mut media_pad_desc,
pub links: *mut media_link_desc,
pub reserved: [__u32; 4],
}
Fields§
§entity: __u32
§pads: *mut media_pad_desc
§links: *mut media_link_desc
§reserved: [__u32; 4]
Trait Implementations§
source§impl Clone for media_links_enum
impl Clone for media_links_enum
source§fn clone(&self) -> media_links_enum
fn clone(&self) -> media_links_enum
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_links_enum
impl Debug for media_links_enum
impl Copy for media_links_enum
Auto Trait Implementations§
impl Freeze for media_links_enum
impl RefUnwindSafe for media_links_enum
impl !Send for media_links_enum
impl !Sync for media_links_enum
impl Unpin for media_links_enum
impl UnwindSafe for media_links_enum
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
)