#[repr(C)]pub struct qdist {
pub entries: *mut qdist_entry,
pub n: u64,
pub size: u64,
}Fields§
§entries: *mut qdist_entry§n: u64§size: u64Trait Implementations§
Auto Trait Implementations§
impl !Send for qdist
impl !Sync for qdist
impl Freeze for qdist
impl RefUnwindSafe for qdist
impl Unpin for qdist
impl UnsafeUnpin for qdist
impl UnwindSafe for qdist
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