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: u8uxDummy4: UBaseType_tTrait Implementations
Auto Trait Implementations
impl !Send for xSTATIC_STREAM_BUFFERimpl !Sync for xSTATIC_STREAM_BUFFERimpl Unpin for xSTATIC_STREAM_BUFFERBlanket Implementations
pub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut TMutably borrows from an owned value. Read more
pub fn from(t: T) -> T
pub fn from(t: T) -> TPerforms the conversion.
pub fn into(self) -> U
pub fn into(self) -> UPerforms the conversion.