Struct bl602_sdk::wifi::xSTATIC_STREAM_BUFFER [−][src]
#[repr(C)]pub struct xSTATIC_STREAM_BUFFER { pub uxDummy1: [size_t; 4], pub pvDummy2: [*mut c_void; 3], pub ucDummy3: u8, pub uxDummy4: UBaseType_t, }
Fields
uxDummy1: [size_t; 4]
pvDummy2: [*mut c_void; 3]
ucDummy3: u8
uxDummy4: UBaseType_t
Trait Implementations
Auto Trait Implementations
impl !Send for xSTATIC_STREAM_BUFFER
impl !Sync for xSTATIC_STREAM_BUFFER
impl Unpin for xSTATIC_STREAM_BUFFER
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.