struct feature_event_t {
pub index: usize,
pub start: bool,
pub feature: feature_info_t,
}
Fields§
§index: usize
§start: bool
§feature: feature_info_t
Trait Implementations§
Source§impl Clone for feature_event_t
impl Clone for feature_event_t
Source§fn clone(&self) -> feature_event_t
fn clone(&self) -> feature_event_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 Ord for feature_event_t
impl Ord for feature_event_t
Source§impl PartialEq for feature_event_t
impl PartialEq for feature_event_t
Source§impl PartialOrd for feature_event_t
impl PartialOrd for feature_event_t
impl Copy for feature_event_t
impl Eq for feature_event_t
impl StructuralPartialEq for feature_event_t
Auto Trait Implementations§
impl Freeze for feature_event_t
impl RefUnwindSafe for feature_event_t
impl Send for feature_event_t
impl Sync for feature_event_t
impl Unpin for feature_event_t
impl UnwindSafe for feature_event_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