#[repr(C)]pub struct Mac802_15_4Table {
pub p_cmdrsp_buffer: *const u8,
pub p_notack_buffer: *const u8,
pub evt_queue: *const u8,
}
Fields§
§p_cmdrsp_buffer: *const u8
§p_notack_buffer: *const u8
§evt_queue: *const u8
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Mac802_15_4Table
impl RefUnwindSafe for Mac802_15_4Table
impl !Send for Mac802_15_4Table
impl !Sync for Mac802_15_4Table
impl Unpin for Mac802_15_4Table
impl UnwindSafe for Mac802_15_4Table
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