#[repr(transparent)]pub struct ExtperiProtect(pub u32);
Expand description
Description cluster: Control access for master connected to AMLI master port EXTPERI[n]
Tuple Fields§
§0: u32
Implementations§
Source§impl ExtperiProtect
impl ExtperiProtect
Sourcepub const fn slave0(&self) -> ExtperiProtectSlave0
pub const fn slave0(&self) -> ExtperiProtectSlave0
Control access to slave 0 of master EXTPERI[n]
Sourcepub fn set_slave0(&mut self, val: ExtperiProtectSlave0)
pub fn set_slave0(&mut self, val: ExtperiProtectSlave0)
Control access to slave 0 of master EXTPERI[n]
Trait Implementations§
Source§impl Clone for ExtperiProtect
impl Clone for ExtperiProtect
Source§fn clone(&self) -> ExtperiProtect
fn clone(&self) -> ExtperiProtect
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 Default for ExtperiProtect
impl Default for ExtperiProtect
Source§fn default() -> ExtperiProtect
fn default() -> ExtperiProtect
Returns the “default value” for a type. Read more
Source§impl PartialEq for ExtperiProtect
impl PartialEq for ExtperiProtect
impl Copy for ExtperiProtect
impl Eq for ExtperiProtect
impl StructuralPartialEq for ExtperiProtect
Auto Trait Implementations§
impl Freeze for ExtperiProtect
impl RefUnwindSafe for ExtperiProtect
impl Send for ExtperiProtect
impl Sync for ExtperiProtect
impl Unpin for ExtperiProtect
impl UnwindSafe for ExtperiProtect
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)