#[repr(C)]pub struct reg_substr_data {
pub check_ix: u8,
pub data: [reg_substr_datum; 3],
}Fields§
§check_ix: u8§data: [reg_substr_datum; 3]Trait Implementations§
Source§impl Clone for reg_substr_data
impl Clone for reg_substr_data
Source§fn clone(&self) -> reg_substr_data
fn clone(&self) -> reg_substr_data
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 reg_substr_data
impl Debug for reg_substr_data
Source§impl Ord for reg_substr_data
impl Ord for reg_substr_data
Source§fn cmp(&self, other: ®_substr_data) -> Ordering
fn cmp(&self, other: ®_substr_data) -> Ordering
1.21.0 (const: unstable) · 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 reg_substr_data
impl PartialEq for reg_substr_data
Source§fn eq(&self, other: ®_substr_data) -> bool
fn eq(&self, other: ®_substr_data) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl PartialOrd for reg_substr_data
impl PartialOrd for reg_substr_data
impl Copy for reg_substr_data
impl Eq for reg_substr_data
impl StructuralPartialEq for reg_substr_data
Auto Trait Implementations§
impl Freeze for reg_substr_data
impl RefUnwindSafe for reg_substr_data
impl !Send for reg_substr_data
impl !Sync for reg_substr_data
impl Unpin for reg_substr_data
impl UnsafeUnpin for reg_substr_data
impl UnwindSafe for reg_substr_data
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