#[repr(C)]pub struct lp_i2s_trans_t {
pub buffer: *mut c_void,
pub buflen: usize,
pub received_size: usize,
}Expand description
@brief LP I2S transaction type
Fields§
§buffer: *mut c_void< Pointer to buffer
buflen: usize< Buffer len, this should be in the multiple of 4
received_size: usize< Received size
Trait Implementations§
Source§impl Clone for lp_i2s_trans_t
impl Clone for lp_i2s_trans_t
Source§fn clone(&self) -> lp_i2s_trans_t
fn clone(&self) -> lp_i2s_trans_t
Returns a duplicate of the value. Read more
1.0.0§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for lp_i2s_trans_t
impl Debug for lp_i2s_trans_t
Source§impl Default for lp_i2s_trans_t
impl Default for lp_i2s_trans_t
Source§fn default() -> lp_i2s_trans_t
fn default() -> lp_i2s_trans_t
Returns the “default value” for a type. Read more
impl Copy for lp_i2s_trans_t
Auto Trait Implementations§
impl Freeze for lp_i2s_trans_t
impl RefUnwindSafe for lp_i2s_trans_t
impl !Send for lp_i2s_trans_t
impl !Sync for lp_i2s_trans_t
impl Unpin for lp_i2s_trans_t
impl UnsafeUnpin for lp_i2s_trans_t
impl UnwindSafe for lp_i2s_trans_t
Blanket Implementations§
§impl<T> Any for Twhere
T: 'static + ?Sized,
impl<T> Any for Twhere
T: 'static + ?Sized,
§impl<T> Borrow<T> for Twhere
T: ?Sized,
impl<T> Borrow<T> for Twhere
T: ?Sized,
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§unsafe fn clone_to_uninit(&self, dest: *mut u8)
unsafe fn clone_to_uninit(&self, dest: *mut u8)
🔬This is a nightly-only experimental API. (
clone_to_uninit)