#[repr(C)]pub struct yarrow_source {
pub estimate: [u32; 2],
pub next: yarrow_pool_id,
}
Fields§
§estimate: [u32; 2]
§next: yarrow_pool_id
Trait Implementations§
Source§impl Clone for yarrow_source
impl Clone for yarrow_source
Source§fn clone(&self) -> yarrow_source
fn clone(&self) -> yarrow_source
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for yarrow_source
impl Debug for yarrow_source
impl Copy for yarrow_source
Auto Trait Implementations§
impl Freeze for yarrow_source
impl RefUnwindSafe for yarrow_source
impl Send for yarrow_source
impl Sync for yarrow_source
impl Unpin for yarrow_source
impl UnwindSafe for yarrow_source
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