Struct vc6_sys::_COMM_FAULT_OFFSETS
source · #[repr(C)]pub struct _COMM_FAULT_OFFSETS {
pub CommOffset: c_short,
pub FaultOffset: c_short,
}Fields§
§CommOffset: c_short§FaultOffset: c_shortTrait 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
impl Copy for _COMM_FAULT_OFFSETS
Auto Trait Implementations§
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