pub struct OCSyncLinkStatus {
pub ch1_linked: bool,
pub ch2_linked: bool,
}Expand description
OC Sync link status.
Fields§
§ch1_linked: boolChannel 1 link status (true = linked)
ch2_linked: boolChannel 2 link status (true = linked)
Trait Implementations§
Source§impl Clone for OCSyncLinkStatus
impl Clone for OCSyncLinkStatus
Source§fn clone(&self) -> OCSyncLinkStatus
fn clone(&self) -> OCSyncLinkStatus
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 OCSyncLinkStatus
impl Debug for OCSyncLinkStatus
Source§impl Default for OCSyncLinkStatus
impl Default for OCSyncLinkStatus
Source§fn default() -> OCSyncLinkStatus
fn default() -> OCSyncLinkStatus
Returns the “default value” for a type. Read more
impl Copy for OCSyncLinkStatus
Auto Trait Implementations§
impl Freeze for OCSyncLinkStatus
impl RefUnwindSafe for OCSyncLinkStatus
impl Send for OCSyncLinkStatus
impl Sync for OCSyncLinkStatus
impl Unpin for OCSyncLinkStatus
impl UnwindSafe for OCSyncLinkStatus
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