pub struct ApiControl {
pub unicast_only: bool,
pub auto_destination: bool,
pub client_auto_channel: bool,
pub rts_enable: bool,
pub duplex: bool,
pub auto_config: bool,
}
Expand description
EEPROM API Control Flags
Fields§
§unicast_only: bool
§auto_destination: bool
§client_auto_channel: bool
§rts_enable: bool
§duplex: bool
§auto_config: bool
Trait Implementations§
Source§impl Clone for ApiControl
impl Clone for ApiControl
Source§fn clone(&self) -> ApiControl
fn clone(&self) -> ApiControl
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 ApiControl
impl Debug for ApiControl
Source§impl Format for ApiControl
impl Format for ApiControl
Source§impl From<ApiControl> for u8
impl From<ApiControl> for u8
Source§fn from(value: ApiControl) -> Self
fn from(value: ApiControl) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for ApiControl
impl RefUnwindSafe for ApiControl
impl Send for ApiControl
impl Sync for ApiControl
impl Unpin for ApiControl
impl UnwindSafe for ApiControl
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