pub struct DaiInterconnectElementState {
pub plug_state: PlugState,
pub external_delay_ns: Option<zx_duration_t>,
}
Fields§
§plug_state: PlugState
§external_delay_ns: Option<zx_duration_t>
Trait Implementations§
Source§impl Clone for DaiInterconnectElementState
impl Clone for DaiInterconnectElementState
Source§fn clone(&self) -> DaiInterconnectElementState
fn clone(&self) -> DaiInterconnectElementState
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 DaiInterconnectElementState
impl Debug for DaiInterconnectElementState
Source§impl From<DaiInterconnectElementState> for DaiInterconnectElementState
impl From<DaiInterconnectElementState> for DaiInterconnectElementState
Source§fn from(value: DaiInterconnectElementState) -> Self
fn from(value: DaiInterconnectElementState) -> Self
Converts to this type from the input type.
impl StructuralPartialEq for DaiInterconnectElementState
Auto Trait Implementations§
impl Freeze for DaiInterconnectElementState
impl RefUnwindSafe for DaiInterconnectElementState
impl Send for DaiInterconnectElementState
impl Sync for DaiInterconnectElementState
impl Unpin for DaiInterconnectElementState
impl UnwindSafe for DaiInterconnectElementState
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
)