Struct bl602_sdk::dma::utils_list_hdr [−][src]
#[repr(C)]pub struct utils_list_hdr { pub next: *mut utils_list_hdr, }
Fields
next: *mut utils_list_hdr
Trait Implementations
Auto Trait Implementations
Blanket Implementations
pub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
pub fn from(t: T) -> T
pub fn from(t: T) -> T
Performs the conversion.
pub fn into(self) -> U
pub fn into(self) -> U
Performs the conversion.