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