#[repr(C)]pub struct GB_fifo_t {
pub fifo: [GB_fifo_item_t; 8],
pub read_end: u8,
pub size: u8,
}Fields§
§fifo: [GB_fifo_item_t; 8]§read_end: u8§size: u8Trait Implementations§
Auto Trait Implementations§
impl Freeze for GB_fifo_t
impl RefUnwindSafe for GB_fifo_t
impl Send for GB_fifo_t
impl Sync for GB_fifo_t
impl Unpin for GB_fifo_t
impl UnwindSafe for GB_fifo_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