#[repr(C)]pub struct GstMpegtsLogicalChannel {
pub service_id: u16,
pub visible_service: gboolean,
pub logical_channel_number: u16,
}
Fields§
§service_id: u16
§visible_service: gboolean
§logical_channel_number: u16
Trait Implementations§
Source§impl Clone for GstMpegtsLogicalChannel
impl Clone for GstMpegtsLogicalChannel
Source§fn clone(&self) -> GstMpegtsLogicalChannel
fn clone(&self) -> GstMpegtsLogicalChannel
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 moreSource§impl Debug for GstMpegtsLogicalChannel
impl Debug for GstMpegtsLogicalChannel
impl Copy for GstMpegtsLogicalChannel
Auto Trait Implementations§
impl Freeze for GstMpegtsLogicalChannel
impl RefUnwindSafe for GstMpegtsLogicalChannel
impl Send for GstMpegtsLogicalChannel
impl Sync for GstMpegtsLogicalChannel
impl Unpin for GstMpegtsLogicalChannel
impl UnwindSafe for GstMpegtsLogicalChannel
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