#[repr(C)]pub struct hal_port_shm_t {
pub read: c_uint,
pub write: c_uint,
pub size: c_uint,
pub buff: __IncompleteArrayField<c_char>,
}Fields§
§read: c_uint§write: c_uint§size: c_uint§buff: __IncompleteArrayField<c_char>Trait Implementations§
Auto Trait Implementations§
impl Freeze for hal_port_shm_t
impl RefUnwindSafe for hal_port_shm_t
impl Send for hal_port_shm_t
impl Sync for hal_port_shm_t
impl Unpin for hal_port_shm_t
impl UnwindSafe for hal_port_shm_t
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