Struct riot_sys::I2S_TXD_Type
source · #[repr(C)]pub struct I2S_TXD_Type {
pub PTR: u32,
}
Expand description
@brief I2S_TXD [TXD] (Unspecified)
Fields§
§PTR: u32
< (@ 0x00000000) Transmit buffer RAM start address.
Trait Implementations§
source§impl Clone for I2S_TXD_Type
impl Clone for I2S_TXD_Type
source§fn clone(&self) -> I2S_TXD_Type
fn clone(&self) -> I2S_TXD_Type
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 Debug for I2S_TXD_Type
impl Debug for I2S_TXD_Type
source§impl Default for I2S_TXD_Type
impl Default for I2S_TXD_Type
source§fn default() -> I2S_TXD_Type
fn default() -> I2S_TXD_Type
Returns the “default value” for a type. Read more
impl Copy for I2S_TXD_Type
Auto Trait Implementations§
impl RefUnwindSafe for I2S_TXD_Type
impl Send for I2S_TXD_Type
impl Sync for I2S_TXD_Type
impl Unpin for I2S_TXD_Type
impl UnwindSafe for I2S_TXD_Type
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