#[repr(transparent)]pub struct AhbPeripheral0MemRule3(pub u32);Expand description
AHB Peripheral 0 Memory Rule 3
Tuple Fields§
§0: u32Implementations§
Source§impl AhbPeripheral0MemRule3
impl AhbPeripheral0MemRule3
Sourcepub const fn gpio2_alias(&self) -> Gpio2Alias
pub const fn gpio2_alias(&self) -> Gpio2Alias
GPIO2 ALIAS
Sourcepub const fn set_gpio2_alias(&mut self, val: Gpio2Alias)
pub const fn set_gpio2_alias(&mut self, val: Gpio2Alias)
GPIO2 ALIAS
Trait Implementations§
Source§impl Clone for AhbPeripheral0MemRule3
impl Clone for AhbPeripheral0MemRule3
Source§fn clone(&self) -> AhbPeripheral0MemRule3
fn clone(&self) -> AhbPeripheral0MemRule3
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 AhbPeripheral0MemRule3
impl Debug for AhbPeripheral0MemRule3
Source§impl Default for AhbPeripheral0MemRule3
impl Default for AhbPeripheral0MemRule3
Source§fn default() -> AhbPeripheral0MemRule3
fn default() -> AhbPeripheral0MemRule3
Returns the “default value” for a type. Read more
Source§impl PartialEq for AhbPeripheral0MemRule3
impl PartialEq for AhbPeripheral0MemRule3
impl Copy for AhbPeripheral0MemRule3
impl Eq for AhbPeripheral0MemRule3
impl StructuralPartialEq for AhbPeripheral0MemRule3
Auto Trait Implementations§
impl Freeze for AhbPeripheral0MemRule3
impl RefUnwindSafe for AhbPeripheral0MemRule3
impl Send for AhbPeripheral0MemRule3
impl Sync for AhbPeripheral0MemRule3
impl Unpin for AhbPeripheral0MemRule3
impl UnwindSafe for AhbPeripheral0MemRule3
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