struct feature_info_t {
tag: Tag,
seq: usize,
max_value: u32,
flags: u32,
default_value: u32,
stage: [usize; 2],
}
Fields§
§tag: Tag
§seq: usize
§max_value: u32
§flags: u32
§default_value: u32
§stage: [usize; 2]
Trait Implementations§
Source§impl Clone for feature_info_t
impl Clone for feature_info_t
Source§fn clone(&self) -> feature_info_t
fn clone(&self) -> feature_info_t
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 feature_info_t
impl Debug for feature_info_t
Source§impl Ord for feature_info_t
impl Ord for feature_info_t
Source§fn cmp(&self, other: &feature_info_t) -> Ordering
fn cmp(&self, other: &feature_info_t) -> 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 feature_info_t
impl PartialEq for feature_info_t
Source§impl PartialOrd for feature_info_t
impl PartialOrd for feature_info_t
impl Copy for feature_info_t
impl Eq for feature_info_t
impl StructuralPartialEq for feature_info_t
Auto Trait Implementations§
impl Freeze for feature_info_t
impl RefUnwindSafe for feature_info_t
impl Send for feature_info_t
impl Sync for feature_info_t
impl Unpin for feature_info_t
impl UnwindSafe for feature_info_t
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