#[repr(C, packed(1))]pub struct dtv_property {
pub cmd: __u32,
pub reserved: [__u32; 3],
pub u: dtv_property__bindgen_ty_1,
pub result: c_int,
}Fields§
§cmd: __u32§reserved: [__u32; 3]§u: dtv_property__bindgen_ty_1§result: c_intTrait Implementations§
Source§impl Clone for dtv_property
impl Clone for dtv_property
Source§fn clone(&self) -> dtv_property
fn clone(&self) -> dtv_property
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for dtv_property
Source§impl Debug for dtv_property
A manually written implementation of Debug for dtv_property.
impl Debug for dtv_property
A manually written implementation of Debug for dtv_property.
Bindgen does not mark dtv_property as #[derive(Debug)# because the u field
is a bindgen generated union. Hence this manual realisation.
Auto Trait Implementations§
impl !Send for dtv_property
impl !Sync for dtv_property
impl Freeze for dtv_property
impl RefUnwindSafe for dtv_property
impl Unpin for dtv_property
impl UnsafeUnpin for dtv_property
impl UnwindSafe for dtv_property
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