#[repr(C)]pub struct dvb_parse_struct {
pub id: *mut c_char,
pub delsys: u32,
pub table: *const dvb_parse_table,
pub size: c_uint,
}Fields§
§id: *mut c_char§delsys: u32§table: *const dvb_parse_table§size: c_uintTrait Implementations§
Source§impl Clone for dvb_parse_struct
impl Clone for dvb_parse_struct
Source§fn clone(&self) -> dvb_parse_struct
fn clone(&self) -> dvb_parse_struct
Returns a duplicate 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 dvb_parse_struct
impl Debug for dvb_parse_struct
impl Copy for dvb_parse_struct
Auto Trait Implementations§
impl Freeze for dvb_parse_struct
impl RefUnwindSafe for dvb_parse_struct
impl !Send for dvb_parse_struct
impl !Sync for dvb_parse_struct
impl Unpin for dvb_parse_struct
impl UnwindSafe for dvb_parse_struct
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