#[repr(C, packed(1))]pub struct dvb_desc_event_short {
pub type_: u8,
pub length: u8,
pub next: *mut dvb_desc,
pub language: [c_uchar; 4],
pub name: *mut c_char,
pub name_emph: *mut c_char,
pub text: *mut c_char,
pub text_emph: *mut c_char,
}Fields§
§type_: u8§length: u8§next: *mut dvb_desc§language: [c_uchar; 4]§name: *mut c_char§name_emph: *mut c_char§text: *mut c_char§text_emph: *mut c_charTrait Implementations§
Source§impl Clone for dvb_desc_event_short
impl Clone for dvb_desc_event_short
Source§fn clone(&self) -> dvb_desc_event_short
fn clone(&self) -> dvb_desc_event_short
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_event_short
Auto Trait Implementations§
impl !Send for dvb_desc_event_short
impl !Sync for dvb_desc_event_short
impl Freeze for dvb_desc_event_short
impl RefUnwindSafe for dvb_desc_event_short
impl Unpin for dvb_desc_event_short
impl UnsafeUnpin for dvb_desc_event_short
impl UnwindSafe for dvb_desc_event_short
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