pub struct feature_info_t {
pub kind: u16,
pub setting: u16,
pub is_exclusive: bool,
}
Fields§
§kind: u16
§setting: u16
§is_exclusive: bool
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 Default for feature_info_t
impl Default for feature_info_t
Source§fn default() -> feature_info_t
fn default() -> feature_info_t
Returns the “default value” for a type. Read more
Source§impl Ord for feature_info_t
impl Ord for feature_info_t
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