pub type SALockControls = SASetControls;Aliased Type§
pub 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: BoolCtrlsLowTrait Implementations
Source§impl Clone for SASetControls
impl Clone for SASetControls
Source§fn clone(&self) -> SASetControls
fn clone(&self) -> SASetControls
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 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