#[repr(C, packed(1))]pub struct dvb_desc_ca {
pub type_: u8,
pub length: u8,
pub next: *mut dvb_desc,
pub ca_id: u16,
pub __bindgen_anon_1: dvb_desc_ca__bindgen_ty_1,
pub privdata: *mut u8,
pub privdata_len: u8,
}Fields§
§type_: u8§length: u8§next: *mut dvb_desc§ca_id: u16§__bindgen_anon_1: dvb_desc_ca__bindgen_ty_1§privdata: *mut u8§privdata_len: u8Trait Implementations§
Source§impl Clone for dvb_desc_ca
impl Clone for dvb_desc_ca
Source§fn clone(&self) -> dvb_desc_ca
fn clone(&self) -> dvb_desc_ca
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_ca
Auto Trait Implementations§
impl !Send for dvb_desc_ca
impl !Sync for dvb_desc_ca
impl Freeze for dvb_desc_ca
impl RefUnwindSafe for dvb_desc_ca
impl Unpin for dvb_desc_ca
impl UnsafeUnpin for dvb_desc_ca
impl UnwindSafe for dvb_desc_ca
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