#[repr(C)]pub struct TagProfileInfo {
pub iLayer: c_int,
pub uiProfileIdc: EProfileIdc,
}Expand description
@brief Structure for profile info in layer
Fields§
§iLayer: c_int§uiProfileIdc: EProfileIdc< the profile info
Trait Implementations§
Source§impl Clone for TagProfileInfo
impl Clone for TagProfileInfo
Source§fn clone(&self) -> TagProfileInfo
fn clone(&self) -> TagProfileInfo
Returns a duplicate 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 TagProfileInfo
impl Debug for TagProfileInfo
Source§impl Default for TagProfileInfo
impl Default for TagProfileInfo
Source§impl Hash for TagProfileInfo
impl Hash for TagProfileInfo
Source§impl Ord for TagProfileInfo
impl Ord for TagProfileInfo
Source§fn cmp(&self, other: &TagProfileInfo) -> Ordering
fn cmp(&self, other: &TagProfileInfo) -> 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 TagProfileInfo
impl PartialEq for TagProfileInfo
Source§impl PartialOrd for TagProfileInfo
impl PartialOrd for TagProfileInfo
impl Copy for TagProfileInfo
impl Eq for TagProfileInfo
impl StructuralPartialEq for TagProfileInfo
Auto Trait Implementations§
impl Freeze for TagProfileInfo
impl RefUnwindSafe for TagProfileInfo
impl Send for TagProfileInfo
impl Sync for TagProfileInfo
impl Unpin for TagProfileInfo
impl UnwindSafe for TagProfileInfo
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