#[repr(C)]pub struct s_Queue {
pub elements: *mut Id,
pub count: c_int,
pub alloc: *mut Id,
pub left: c_int,
}Fields§
§elements: *mut Id§count: c_int§alloc: *mut Id§left: c_intTrait Implementations§
Auto Trait Implementations§
impl Freeze for s_Queue
impl RefUnwindSafe for s_Queue
impl !Send for s_Queue
impl !Sync for s_Queue
impl Unpin for s_Queue
impl UnwindSafe for s_Queue
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