#[repr(transparent)]pub struct ExtcodeProtect(pub u32);
Expand description
Description cluster: Control access from master connected to AMLI master port EXTCODE[n]
Tuple Fields§
§0: u32
Implementations§
Source§impl ExtcodeProtect
impl ExtcodeProtect
Sourcepub const fn slave0(&self) -> ExtcodeProtectSlave0
pub const fn slave0(&self) -> ExtcodeProtectSlave0
Control access to slave 0 of master EXTCODE[n]
Sourcepub fn set_slave0(&mut self, val: ExtcodeProtectSlave0)
pub fn set_slave0(&mut self, val: ExtcodeProtectSlave0)
Control access to slave 0 of master EXTCODE[n]
Trait Implementations§
Source§impl Clone for ExtcodeProtect
impl Clone for ExtcodeProtect
Source§fn clone(&self) -> ExtcodeProtect
fn clone(&self) -> ExtcodeProtect
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 ExtcodeProtect
impl Default for ExtcodeProtect
Source§fn default() -> ExtcodeProtect
fn default() -> ExtcodeProtect
Returns the “default value” for a type. Read more
Source§impl PartialEq for ExtcodeProtect
impl PartialEq for ExtcodeProtect
impl Copy for ExtcodeProtect
impl Eq for ExtcodeProtect
impl StructuralPartialEq for ExtcodeProtect
Auto Trait Implementations§
impl Freeze for ExtcodeProtect
impl RefUnwindSafe for ExtcodeProtect
impl Send for ExtcodeProtect
impl Sync for ExtcodeProtect
impl Unpin for ExtcodeProtect
impl UnwindSafe for ExtcodeProtect
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
)