pub struct BindCmdDeviceConfig {
pub interface: String,
}Fields§
§interface: StringTrait Implementations§
Source§impl Clone for BindCmdDeviceConfig
impl Clone for BindCmdDeviceConfig
Source§fn clone(&self) -> BindCmdDeviceConfig
fn clone(&self) -> BindCmdDeviceConfig
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 moreSource§impl Debug for BindCmdDeviceConfig
impl Debug for BindCmdDeviceConfig
Source§impl PartialEq for BindCmdDeviceConfig
impl PartialEq for BindCmdDeviceConfig
Source§fn eq(&self, other: &BindCmdDeviceConfig) -> bool
fn eq(&self, other: &BindCmdDeviceConfig) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for BindCmdDeviceConfig
Auto Trait Implementations§
impl Freeze for BindCmdDeviceConfig
impl RefUnwindSafe for BindCmdDeviceConfig
impl Send for BindCmdDeviceConfig
impl Sync for BindCmdDeviceConfig
impl Unpin for BindCmdDeviceConfig
impl UnsafeUnpin for BindCmdDeviceConfig
impl UnwindSafe for BindCmdDeviceConfig
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