#[repr(C)]pub struct QmiMessageDpmOpenPortInputControlPortsElement {
pub port_name: *mut gchar,
pub endpoint_type: QmiDataEndpointType,
pub interface_number: guint32,
}Expand description
A QmiMessageDpmOpenPortInputControlPortsElement struct.
port_name: a string.
endpoint_type: a QmiDataEndpointType.
interface_number: a guint32.
Since: 1.30
A QmiMessageDpmOpenPortInputControlPortsElement struct.
port_name: a string.
endpoint_type: a QmiDataEndpointType.
interface_number: a guint32.
Since: 1.30
Fields§
§port_name: *mut gchar§endpoint_type: QmiDataEndpointType§interface_number: guint32Auto Trait Implementations§
impl !Send for QmiMessageDpmOpenPortInputControlPortsElement
impl !Sync for QmiMessageDpmOpenPortInputControlPortsElement
impl Freeze for QmiMessageDpmOpenPortInputControlPortsElement
impl RefUnwindSafe for QmiMessageDpmOpenPortInputControlPortsElement
impl Unpin for QmiMessageDpmOpenPortInputControlPortsElement
impl UnsafeUnpin for QmiMessageDpmOpenPortInputControlPortsElement
impl UnwindSafe for QmiMessageDpmOpenPortInputControlPortsElement
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