#[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