pub struct FfUcxExtLockStatus {
pub word_clk: bool,
pub opt_iface: bool,
pub coax_iface: bool,
}Expand description
Lock status of UCX.
Fields§
§word_clk: bool§opt_iface: bool§coax_iface: boolTrait Implementations§
Source§impl Clone for FfUcxExtLockStatus
impl Clone for FfUcxExtLockStatus
Source§fn clone(&self) -> FfUcxExtLockStatus
fn clone(&self) -> FfUcxExtLockStatus
Returns a duplicate 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 FfUcxExtLockStatus
impl Debug for FfUcxExtLockStatus
Source§impl Default for FfUcxExtLockStatus
impl Default for FfUcxExtLockStatus
Source§fn default() -> FfUcxExtLockStatus
fn default() -> FfUcxExtLockStatus
Returns the “default value” for a type. Read more
Source§impl PartialEq for FfUcxExtLockStatus
impl PartialEq for FfUcxExtLockStatus
impl Copy for FfUcxExtLockStatus
impl Eq for FfUcxExtLockStatus
impl StructuralPartialEq for FfUcxExtLockStatus
Auto Trait Implementations§
impl Freeze for FfUcxExtLockStatus
impl RefUnwindSafe for FfUcxExtLockStatus
impl Send for FfUcxExtLockStatus
impl Sync for FfUcxExtLockStatus
impl Unpin for FfUcxExtLockStatus
impl UnwindSafe for FfUcxExtLockStatus
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