#[repr(C)]pub struct ring_buf_index {
pub head: u16,
pub tail: u16,
pub base: u16,
}
Fields§
§head: u16
§tail: u16
§base: u16
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ring_buf_index
impl RefUnwindSafe for ring_buf_index
impl Send for ring_buf_index
impl Sync for ring_buf_index
impl Unpin for ring_buf_index
impl UnwindSafe for ring_buf_index
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