#[repr(C)]pub struct VmbInterfaceInfo_t {
pub interfaceIdString: *const c_char,
pub interfaceType: VmbInterface_t,
pub interfaceName: *const c_char,
pub serialString: *const c_char,
pub permittedAccess: VmbAccessMode_t,
}
Fields§
§interfaceIdString: *const c_char
§interfaceType: VmbInterface_t
§interfaceName: *const c_char
§serialString: *const c_char
§permittedAccess: VmbAccessMode_t
Trait Implementations§
Source§impl Clone for VmbInterfaceInfo_t
impl Clone for VmbInterfaceInfo_t
Source§fn clone(&self) -> VmbInterfaceInfo_t
fn clone(&self) -> VmbInterfaceInfo_t
Returns a duplicate 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 moreSource§impl Debug for VmbInterfaceInfo_t
impl Debug for VmbInterfaceInfo_t
Source§impl PartialEq for VmbInterfaceInfo_t
impl PartialEq for VmbInterfaceInfo_t
impl Copy for VmbInterfaceInfo_t
impl StructuralPartialEq for VmbInterfaceInfo_t
Auto Trait Implementations§
impl Freeze for VmbInterfaceInfo_t
impl RefUnwindSafe for VmbInterfaceInfo_t
impl !Send for VmbInterfaceInfo_t
impl !Sync for VmbInterfaceInfo_t
impl Unpin for VmbInterfaceInfo_t
impl UnwindSafe for VmbInterfaceInfo_t
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