#[repr(C)]pub struct dtv_properties {
pub num: __u32,
pub props: *mut dtv_property,
}Fields§
§num: __u32§props: *mut dtv_propertyTrait Implementations§
Source§impl Clone for dtv_properties
impl Clone for dtv_properties
Source§fn clone(&self) -> dtv_properties
fn clone(&self) -> dtv_properties
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_properties
Auto Trait Implementations§
impl !Send for dtv_properties
impl !Sync for dtv_properties
impl Freeze for dtv_properties
impl RefUnwindSafe for dtv_properties
impl Unpin for dtv_properties
impl UnsafeUnpin for dtv_properties
impl UnwindSafe for dtv_properties
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