pub type SALockControls = SASetControls;
Aliased Type§
struct SALockControls {
pub type_: SAType,
pub bool_ctrls_high: BoolCtrlsHigh,
pub bool_ctrls_low: BoolCtrlsLow,
}
Fields§
§type_: SAType
§bool_ctrls_high: BoolCtrlsHigh
§bool_ctrls_low: BoolCtrlsLow
Trait Implementations
Source§impl Clone for SASetControls
impl Clone for SASetControls
Source§fn clone(&self) -> SASetControls
fn clone(&self) -> SASetControls
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 SASetControls
impl Debug for SASetControls
Source§impl Default for SASetControls
impl Default for SASetControls
Source§fn default() -> SASetControls
fn default() -> SASetControls
Returns the “default value” for a type. Read more