#[repr(C)]pub struct dv_endpoint_iface_info {
pub type_: dv_endpoint_host_interface_t,
pub bus_num: c_int,
pub device_num: c_int,
pub sysfs_path: dv_endpoint_iface_info__bindgen_ty_1,
pub port_num: c_int,
}Expand description
DV Endpoint interface information
Fields§
§type_: dv_endpoint_host_interface_t< dv module physical interface (pcie, usb) with host
bus_num: c_int< host interface bus number on which dv device is connected
device_num: c_int< host interface device number on which dv device is connected
sysfs_path: dv_endpoint_iface_info__bindgen_ty_1§port_num: c_int< port on which device is connected
Trait Implementations§
Source§impl Clone for dv_endpoint_iface_info
impl Clone for dv_endpoint_iface_info
Source§fn clone(&self) -> dv_endpoint_iface_info
fn clone(&self) -> dv_endpoint_iface_info
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 moreimpl Copy for dv_endpoint_iface_info
Auto Trait Implementations§
impl Freeze for dv_endpoint_iface_info
impl RefUnwindSafe for dv_endpoint_iface_info
impl !Send for dv_endpoint_iface_info
impl !Sync for dv_endpoint_iface_info
impl Unpin for dv_endpoint_iface_info
impl UnsafeUnpin for dv_endpoint_iface_info
impl UnwindSafe for dv_endpoint_iface_info
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