Struct VDS_INTERCONNECT
#[repr(C)]pub struct VDS_INTERCONNECT {
pub m_addressType: VDS_INTERCONNECT_ADDRESS_TYPE,
pub m_cbPort: u32,
pub m_pbPort: *mut u8,
pub m_cbAddress: u32,
pub m_pbAddress: *mut u8,
}
Fields§
§m_addressType: VDS_INTERCONNECT_ADDRESS_TYPE
§m_cbPort: u32
§m_pbPort: *mut u8
§m_cbAddress: u32
§m_pbAddress: *mut u8
Trait Implementations§
§impl Clone for VDS_INTERCONNECT
impl Clone for VDS_INTERCONNECT
§fn clone(&self) -> VDS_INTERCONNECT
fn clone(&self) -> VDS_INTERCONNECT
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 Debug for VDS_INTERCONNECT
impl Debug for VDS_INTERCONNECT
§impl Default for VDS_INTERCONNECT
impl Default for VDS_INTERCONNECT
§impl PartialEq for VDS_INTERCONNECT
impl PartialEq for VDS_INTERCONNECT
impl Copy for VDS_INTERCONNECT
impl StructuralPartialEq for VDS_INTERCONNECT
Auto Trait Implementations§
impl Freeze for VDS_INTERCONNECT
impl RefUnwindSafe for VDS_INTERCONNECT
impl !Send for VDS_INTERCONNECT
impl !Sync for VDS_INTERCONNECT
impl Unpin for VDS_INTERCONNECT
impl UnwindSafe for VDS_INTERCONNECT
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