#[repr(C)]pub struct _COMM_FAULT_OFFSETS {
pub CommOffset: c_short,
pub FaultOffset: c_short,
}
Fields§
§CommOffset: c_short
§FaultOffset: c_short
Trait Implementations§
Source§impl Clone for _COMM_FAULT_OFFSETS
impl Clone for _COMM_FAULT_OFFSETS
Source§fn clone(&self) -> _COMM_FAULT_OFFSETS
fn clone(&self) -> _COMM_FAULT_OFFSETS
Returns a copy 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 _COMM_FAULT_OFFSETS
impl Debug for _COMM_FAULT_OFFSETS
Source§impl Ord for _COMM_FAULT_OFFSETS
impl Ord for _COMM_FAULT_OFFSETS
Source§fn cmp(&self, other: &_COMM_FAULT_OFFSETS) -> Ordering
fn cmp(&self, other: &_COMM_FAULT_OFFSETS) -> Ordering
1.21.0 · 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 _COMM_FAULT_OFFSETS
impl PartialEq for _COMM_FAULT_OFFSETS
Source§impl PartialOrd for _COMM_FAULT_OFFSETS
impl PartialOrd for _COMM_FAULT_OFFSETS
impl Copy for _COMM_FAULT_OFFSETS
impl Eq for _COMM_FAULT_OFFSETS
impl StructuralPartialEq for _COMM_FAULT_OFFSETS
Auto Trait Implementations§
impl Freeze for _COMM_FAULT_OFFSETS
impl RefUnwindSafe for _COMM_FAULT_OFFSETS
impl Send for _COMM_FAULT_OFFSETS
impl Sync for _COMM_FAULT_OFFSETS
impl Unpin for _COMM_FAULT_OFFSETS
impl UnwindSafe for _COMM_FAULT_OFFSETS
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