Struct BDA_TS_SELECTORINFO
#[repr(C, packed(1))]pub struct BDA_TS_SELECTORINFO {
pub bTSInfolength: u8,
pub bReserved: [u8; 2],
pub guidNetworkType: GUID,
pub bTSIDCount: u8,
pub usTSID: [u16; 1],
}
Fields§
§bTSInfolength: u8
§bReserved: [u8; 2]
§guidNetworkType: GUID
§bTSIDCount: u8
§usTSID: [u16; 1]
Trait Implementations§
§impl Clone for BDA_TS_SELECTORINFO
impl Clone for BDA_TS_SELECTORINFO
§fn clone(&self) -> BDA_TS_SELECTORINFO
fn clone(&self) -> BDA_TS_SELECTORINFO
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 more§impl Default for BDA_TS_SELECTORINFO
impl Default for BDA_TS_SELECTORINFO
impl Copy for BDA_TS_SELECTORINFO
Auto Trait Implementations§
impl Freeze for BDA_TS_SELECTORINFO
impl RefUnwindSafe for BDA_TS_SELECTORINFO
impl Send for BDA_TS_SELECTORINFO
impl Sync for BDA_TS_SELECTORINFO
impl Unpin for BDA_TS_SELECTORINFO
impl UnwindSafe for BDA_TS_SELECTORINFO
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