#[repr(C)]pub struct devstat_match {
pub match_fields: devstat_match_flags,
pub device_type: devstat_type_flags,
pub num_match_categories: c_int,
}Fields§
§match_fields: devstat_match_flags§device_type: devstat_type_flags§num_match_categories: c_intTrait Implementations§
Source§impl Clone for devstat_match
impl Clone for devstat_match
Source§fn clone(&self) -> devstat_match
fn clone(&self) -> devstat_match
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 devstat_match
impl Debug for devstat_match
impl Copy for devstat_match
Auto Trait Implementations§
impl Freeze for devstat_match
impl RefUnwindSafe for devstat_match
impl Send for devstat_match
impl Sync for devstat_match
impl Unpin for devstat_match
impl UnwindSafe for devstat_match
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