#[repr(C, packed(1))]pub struct dvb_desc_frequency_list {
pub type_: u8,
pub length: u8,
pub next: *mut dvb_desc,
pub frequencies: u8,
pub frequency: *mut u32,
pub __bindgen_anon_1: dvb_desc_frequency_list__bindgen_ty_1,
}Fields§
§type_: u8§length: u8§next: *mut dvb_desc§frequencies: u8§frequency: *mut u32§__bindgen_anon_1: dvb_desc_frequency_list__bindgen_ty_1Trait Implementations§
Source§impl Clone for dvb_desc_frequency_list
impl Clone for dvb_desc_frequency_list
Source§fn clone(&self) -> dvb_desc_frequency_list
fn clone(&self) -> dvb_desc_frequency_list
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_desc_frequency_list
Auto Trait Implementations§
impl !Send for dvb_desc_frequency_list
impl !Sync for dvb_desc_frequency_list
impl Freeze for dvb_desc_frequency_list
impl RefUnwindSafe for dvb_desc_frequency_list
impl Unpin for dvb_desc_frequency_list
impl UnsafeUnpin for dvb_desc_frequency_list
impl UnwindSafe for dvb_desc_frequency_list
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