#[repr(C)]pub struct t_buf {
pub cons: u32,
pub prod: u32,
}Fields§
§cons: u32§prod: u32Trait Implementations§
impl Copy for t_buf
Auto Trait Implementations§
impl Freeze for t_buf
impl RefUnwindSafe for t_buf
impl Send for t_buf
impl Sync for t_buf
impl Unpin for t_buf
impl UnwindSafe for t_buf
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