#[repr(C)]pub struct devstat_match_table {
pub match_str: *const c_char,
pub type_: devstat_type_flags,
pub match_field: devstat_match_flags,
}Fields§
§match_str: *const c_char§type_: devstat_type_flags§match_field: devstat_match_flagsTrait Implementations§
Source§impl Clone for devstat_match_table
impl Clone for devstat_match_table
Source§fn clone(&self) -> devstat_match_table
fn clone(&self) -> devstat_match_table
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_table
impl Debug for devstat_match_table
impl Copy for devstat_match_table
Auto Trait Implementations§
impl Freeze for devstat_match_table
impl RefUnwindSafe for devstat_match_table
impl !Send for devstat_match_table
impl !Sync for devstat_match_table
impl Unpin for devstat_match_table
impl UnwindSafe for devstat_match_table
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