Struct openh264_sys2::TagDumpLayer
source · #[repr(C)]pub struct TagDumpLayer {
pub iLayer: c_int,
pub pFileName: *mut c_char,
}
Expand description
@brief Structure for dump layer info
Fields§
§iLayer: c_int
§pFileName: *mut c_char
Trait Implementations§
source§impl Clone for TagDumpLayer
impl Clone for TagDumpLayer
source§fn clone(&self) -> TagDumpLayer
fn clone(&self) -> TagDumpLayer
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 TagDumpLayer
impl Debug for TagDumpLayer
source§impl Default for TagDumpLayer
impl Default for TagDumpLayer
source§impl Hash for TagDumpLayer
impl Hash for TagDumpLayer
source§impl Ord for TagDumpLayer
impl Ord for TagDumpLayer
source§fn cmp(&self, other: &TagDumpLayer) -> Ordering
fn cmp(&self, other: &TagDumpLayer) -> Ordering
1.21.0 · source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
source§impl PartialEq for TagDumpLayer
impl PartialEq for TagDumpLayer
source§fn eq(&self, other: &TagDumpLayer) -> bool
fn eq(&self, other: &TagDumpLayer) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl PartialOrd for TagDumpLayer
impl PartialOrd for TagDumpLayer
source§fn partial_cmp(&self, other: &TagDumpLayer) -> Option<Ordering>
fn partial_cmp(&self, other: &TagDumpLayer) -> Option<Ordering>
1.0.0 · source§fn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for
self
and other
) and is used by the <=
operator. Read moreimpl Copy for TagDumpLayer
impl Eq for TagDumpLayer
impl StructuralPartialEq for TagDumpLayer
Auto Trait Implementations§
impl Freeze for TagDumpLayer
impl RefUnwindSafe for TagDumpLayer
impl !Send for TagDumpLayer
impl !Sync for TagDumpLayer
impl Unpin for TagDumpLayer
impl UnwindSafe for TagDumpLayer
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