Struct ProgramElement
#[repr(C)]pub struct ProgramElement {
pub wProgramNumber: u16,
pub wProgramMapPID: u16,
}
Fields§
§wProgramNumber: u16
§wProgramMapPID: u16
Trait Implementations§
§impl Clone for ProgramElement
impl Clone for ProgramElement
§fn clone(&self) -> ProgramElement
fn clone(&self) -> ProgramElement
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more§impl Debug for ProgramElement
impl Debug for ProgramElement
§impl Default for ProgramElement
impl Default for ProgramElement
§impl PartialEq for ProgramElement
impl PartialEq for ProgramElement
impl Copy for ProgramElement
impl StructuralPartialEq for ProgramElement
Auto Trait Implementations§
impl Freeze for ProgramElement
impl RefUnwindSafe for ProgramElement
impl Send for ProgramElement
impl Sync for ProgramElement
impl Unpin for ProgramElement
impl UnwindSafe for ProgramElement
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