pub struct DaiInterconnect {
pub plug_detect_capabilities: PlugDetectCapabilities,
}
Fields§
§plug_detect_capabilities: PlugDetectCapabilities
Trait Implementations§
Source§impl Clone for DaiInterconnect
impl Clone for DaiInterconnect
Source§fn clone(&self) -> DaiInterconnect
fn clone(&self) -> DaiInterconnect
Returns a copy 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 DaiInterconnect
impl Debug for DaiInterconnect
Source§impl From<DaiInterconnect> for DaiInterconnect
impl From<DaiInterconnect> for DaiInterconnect
Source§fn from(value: DaiInterconnect) -> Self
fn from(value: DaiInterconnect) -> Self
Converts to this type from the input type.
Source§impl PartialEq for DaiInterconnect
impl PartialEq for DaiInterconnect
Source§impl TryFrom<DaiInterconnect> for DaiInterconnect
impl TryFrom<DaiInterconnect> for DaiInterconnect
impl Copy for DaiInterconnect
impl StructuralPartialEq for DaiInterconnect
Auto Trait Implementations§
impl Freeze for DaiInterconnect
impl RefUnwindSafe for DaiInterconnect
impl Send for DaiInterconnect
impl Sync for DaiInterconnect
impl Unpin for DaiInterconnect
impl UnwindSafe for DaiInterconnect
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)