Union windows_sys::Win32::Networking::WinSock::WINDOWS_IAS_SET_0
[−]#[repr(C)]
pub union WINDOWS_IAS_SET_0 {
pub irdaAttribInt: i32,
pub irdaAttribOctetSeq: WINDOWS_IAS_SET_0_0,
pub irdaAttribUsrStr: WINDOWS_IAS_SET_0_1,
}
Expand description
Required features: "Win32_Networking_WinSock"
, "Win32_Foundation"
Fields
irdaAttribInt: i32
irdaAttribOctetSeq: WINDOWS_IAS_SET_0_0
irdaAttribUsrStr: WINDOWS_IAS_SET_0_1
Trait Implementations
impl Clone for WINDOWS_IAS_SET_0
impl Clone for WINDOWS_IAS_SET_0
impl Copy for WINDOWS_IAS_SET_0
Auto Trait Implementations
impl RefUnwindSafe for WINDOWS_IAS_SET_0
impl Send for WINDOWS_IAS_SET_0
impl Sync for WINDOWS_IAS_SET_0
impl Unpin for WINDOWS_IAS_SET_0
impl UnwindSafe for WINDOWS_IAS_SET_0
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