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