#[repr(C)]pub struct QmiMessageDpmOpenPortInputControlPortsElement {
pub port_name: *mut c_char,
pub endpoint_type: QmiDataEndpointType,
pub interface_number: u32,
}Fields§
§port_name: *mut c_char§endpoint_type: QmiDataEndpointType§interface_number: u32Trait Implementations§
Source§impl Clone for QmiMessageDpmOpenPortInputControlPortsElement
impl Clone for QmiMessageDpmOpenPortInputControlPortsElement
Source§fn clone(&self) -> QmiMessageDpmOpenPortInputControlPortsElement
fn clone(&self) -> QmiMessageDpmOpenPortInputControlPortsElement
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for QmiMessageDpmOpenPortInputControlPortsElement
Auto 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