#[repr(C)]pub struct dvb_device {
pub devices: *mut dvb_dev_list,
pub num_devices: c_int,
pub fe_parms: *mut dvb_v5_fe_parms,
}Fields§
§devices: *mut dvb_dev_list§num_devices: c_int§fe_parms: *mut dvb_v5_fe_parmsTrait Implementations§
Source§impl Clone for dvb_device
impl Clone for dvb_device
Source§fn clone(&self) -> dvb_device
fn clone(&self) -> dvb_device
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 dvb_device
Auto Trait Implementations§
impl !Send for dvb_device
impl !Sync for dvb_device
impl Freeze for dvb_device
impl RefUnwindSafe for dvb_device
impl Unpin for dvb_device
impl UnsafeUnpin for dvb_device
impl UnwindSafe for dvb_device
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