Skip to main content

UmaBucket

Struct UmaBucket 

Source
#[repr(C)]
pub struct UmaBucket { pub hdr: BucketHdr, pub items: [*mut u8], }
Expand description

Implementation of uma_bucket structure.

§Safety

Adding more fields into this struct without knowing how it work can cause undefined behavior in some places.

Fields§

§hdr: BucketHdr§items: [*mut u8]

Auto Trait Implementations§

Blanket Implementations§

Source§

impl<T> Any for T
where T: 'static + ?Sized,

Source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
Source§

impl<T> Borrow<T> for T
where T: ?Sized,

Source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
Source§

impl<T> BorrowMut<T> for T
where T: ?Sized,

Source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more