Struct windows_sys::Win32::Networking::WinSock::ATM_CAUSE_IE
[−]#[repr(C)]pub struct ATM_CAUSE_IE {
pub Location: u8,
pub Cause: u8,
pub DiagnosticsLength: u8,
pub Diagnostics: [u8; 4],
}
Expand description
Required features: "Win32_Networking_WinSock"
Fields
Location: u8
Cause: u8
DiagnosticsLength: u8
Diagnostics: [u8; 4]
Trait Implementations
impl Clone for ATM_CAUSE_IE
impl Clone for ATM_CAUSE_IE
impl Copy for ATM_CAUSE_IE
Auto Trait Implementations
impl RefUnwindSafe for ATM_CAUSE_IE
impl Send for ATM_CAUSE_IE
impl Sync for ATM_CAUSE_IE
impl Unpin for ATM_CAUSE_IE
impl UnwindSafe for ATM_CAUSE_IE
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