Struct windows_sys::Win32::System::Rpc::COMM_FAULT_OFFSETS
[−]Expand description
Required features: "Win32_System_Rpc"
Fields
CommOffset: i16
FaultOffset: i16
Trait Implementations
impl Clone for COMM_FAULT_OFFSETS
impl Clone 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
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more