#[repr(transparent)]pub struct GlobalslaveMasterport(pub u32);
Expand description
Global slave connection information for master port
Tuple Fields§
§0: u32
Implementations§
Source§impl GlobalslaveMasterport
impl GlobalslaveMasterport
Sourcepub const fn connection_0(&self) -> bool
pub const fn connection_0(&self) -> bool
Global slave connection information for master port
Sourcepub fn set_connection_0(&mut self, val: bool)
pub fn set_connection_0(&mut self, val: bool)
Global slave connection information for master port
Sourcepub const fn connection_1(&self) -> bool
pub const fn connection_1(&self) -> bool
Global slave connection information for master port
Sourcepub fn set_connection_1(&mut self, val: bool)
pub fn set_connection_1(&mut self, val: bool)
Global slave connection information for master port
Sourcepub const fn connection_2(&self) -> bool
pub const fn connection_2(&self) -> bool
Global slave connection information for master port
Sourcepub fn set_connection_2(&mut self, val: bool)
pub fn set_connection_2(&mut self, val: bool)
Global slave connection information for master port
Sourcepub const fn connection_3(&self) -> bool
pub const fn connection_3(&self) -> bool
Global slave connection information for master port
Sourcepub fn set_connection_3(&mut self, val: bool)
pub fn set_connection_3(&mut self, val: bool)
Global slave connection information for master port
Sourcepub const fn connection_4(&self) -> bool
pub const fn connection_4(&self) -> bool
Global slave connection information for master port
Sourcepub fn set_connection_4(&mut self, val: bool)
pub fn set_connection_4(&mut self, val: bool)
Global slave connection information for master port
Sourcepub const fn connection_5(&self) -> bool
pub const fn connection_5(&self) -> bool
Global slave connection information for master port
Sourcepub fn set_connection_5(&mut self, val: bool)
pub fn set_connection_5(&mut self, val: bool)
Global slave connection information for master port
Sourcepub const fn connection_6(&self) -> bool
pub const fn connection_6(&self) -> bool
Global slave connection information for master port
Sourcepub fn set_connection_6(&mut self, val: bool)
pub fn set_connection_6(&mut self, val: bool)
Global slave connection information for master port
Sourcepub const fn connection_7(&self) -> bool
pub const fn connection_7(&self) -> bool
Global slave connection information for master port
Sourcepub fn set_connection_7(&mut self, val: bool)
pub fn set_connection_7(&mut self, val: bool)
Global slave connection information for master port
Sourcepub const fn connection_8(&self) -> bool
pub const fn connection_8(&self) -> bool
Global slave connection information for master port
Sourcepub fn set_connection_8(&mut self, val: bool)
pub fn set_connection_8(&mut self, val: bool)
Global slave connection information for master port
Sourcepub const fn connection_9(&self) -> bool
pub const fn connection_9(&self) -> bool
Global slave connection information for master port
Sourcepub fn set_connection_9(&mut self, val: bool)
pub fn set_connection_9(&mut self, val: bool)
Global slave connection information for master port
Sourcepub const fn connection_10(&self) -> bool
pub const fn connection_10(&self) -> bool
Global slave connection information for master port
Sourcepub fn set_connection_10(&mut self, val: bool)
pub fn set_connection_10(&mut self, val: bool)
Global slave connection information for master port
Sourcepub const fn connection_11(&self) -> bool
pub const fn connection_11(&self) -> bool
Global slave connection information for master port
Sourcepub fn set_connection_11(&mut self, val: bool)
pub fn set_connection_11(&mut self, val: bool)
Global slave connection information for master port
Sourcepub const fn connection_12(&self) -> bool
pub const fn connection_12(&self) -> bool
Global slave connection information for master port
Sourcepub fn set_connection_12(&mut self, val: bool)
pub fn set_connection_12(&mut self, val: bool)
Global slave connection information for master port
Sourcepub const fn connection_13(&self) -> bool
pub const fn connection_13(&self) -> bool
Global slave connection information for master port
Sourcepub fn set_connection_13(&mut self, val: bool)
pub fn set_connection_13(&mut self, val: bool)
Global slave connection information for master port
Sourcepub const fn connection_14(&self) -> bool
pub const fn connection_14(&self) -> bool
Global slave connection information for master port
Sourcepub fn set_connection_14(&mut self, val: bool)
pub fn set_connection_14(&mut self, val: bool)
Global slave connection information for master port
Trait Implementations§
Source§impl Clone for GlobalslaveMasterport
impl Clone for GlobalslaveMasterport
Source§fn clone(&self) -> GlobalslaveMasterport
fn clone(&self) -> GlobalslaveMasterport
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read more