Struct media_subsystem::sys::media_v2_intf_devnode
source · #[repr(C, packed(1))]pub struct media_v2_intf_devnode {
pub major: __u32,
pub minor: __u32,
}
Fields§
§major: __u32
§minor: __u32
Trait Implementations§
source§impl Clone for media_v2_intf_devnode
impl Clone for media_v2_intf_devnode
source§fn clone(&self) -> media_v2_intf_devnode
fn clone(&self) -> media_v2_intf_devnode
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_intf_devnode
impl Debug for media_v2_intf_devnode
impl Copy for media_v2_intf_devnode
Auto Trait Implementations§
impl Freeze for media_v2_intf_devnode
impl RefUnwindSafe for media_v2_intf_devnode
impl Send for media_v2_intf_devnode
impl Sync for media_v2_intf_devnode
impl Unpin for media_v2_intf_devnode
impl UnwindSafe for media_v2_intf_devnode
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
)