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