#[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_charTrait Implementations§
Source§impl Clone for TagDumpLayer
impl Clone for TagDumpLayer
Source§fn clone(&self) -> TagDumpLayer
fn clone(&self) -> TagDumpLayer
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 TagDumpLayer
Source§impl Debug for TagDumpLayer
impl Debug for TagDumpLayer
Source§impl Default for TagDumpLayer
impl Default for TagDumpLayer
impl Eq 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 (const: unstable) · 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
Tests for
self and other values to be equal, and is used by ==.Source§impl PartialOrd for TagDumpLayer
impl PartialOrd for TagDumpLayer
impl StructuralPartialEq for TagDumpLayer
Auto Trait Implementations§
impl !Send for TagDumpLayer
impl !Sync for TagDumpLayer
impl Freeze for TagDumpLayer
impl RefUnwindSafe for TagDumpLayer
impl Unpin for TagDumpLayer
impl UnsafeUnpin 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