Struct TC_IFC_DESCRIPTOR
#[repr(C)]pub struct TC_IFC_DESCRIPTOR {
pub Length: u32,
pub pInterfaceName: PWSTR,
pub pInterfaceID: PWSTR,
pub AddressListDesc: ADDRESS_LIST_DESCRIPTOR,
}
Fields§
§Length: u32
§pInterfaceName: PWSTR
§pInterfaceID: PWSTR
§AddressListDesc: ADDRESS_LIST_DESCRIPTOR
Trait Implementations§
§impl Clone for TC_IFC_DESCRIPTOR
impl Clone for TC_IFC_DESCRIPTOR
§fn clone(&self) -> TC_IFC_DESCRIPTOR
fn clone(&self) -> TC_IFC_DESCRIPTOR
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 moreimpl Copy for TC_IFC_DESCRIPTOR
Auto Trait Implementations§
impl Freeze for TC_IFC_DESCRIPTOR
impl RefUnwindSafe for TC_IFC_DESCRIPTOR
impl !Send for TC_IFC_DESCRIPTOR
impl !Sync for TC_IFC_DESCRIPTOR
impl Unpin for TC_IFC_DESCRIPTOR
impl UnwindSafe for TC_IFC_DESCRIPTOR
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