#[repr(C)]pub struct dvb_elementary_pid {
pub type_: u8,
pub pid: u16,
}Fields§
§type_: u8§pid: u16Trait Implementations§
Source§impl Clone for dvb_elementary_pid
impl Clone for dvb_elementary_pid
Source§fn clone(&self) -> dvb_elementary_pid
fn clone(&self) -> dvb_elementary_pid
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_elementary_pid
Auto Trait Implementations§
impl Freeze for dvb_elementary_pid
impl RefUnwindSafe for dvb_elementary_pid
impl Send for dvb_elementary_pid
impl Sync for dvb_elementary_pid
impl Unpin for dvb_elementary_pid
impl UnsafeUnpin for dvb_elementary_pid
impl UnwindSafe for dvb_elementary_pid
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