#[repr(C)]pub struct BucketTable { /* private fields */ }
Implementations§
Source§impl BucketTable
impl BucketTable
Sourcepub fn get_singleton() -> *mut BucketTable
pub fn get_singleton() -> *mut BucketTable
Returns the singleton instance of the BucketTable
.
This function is used to get a global instance for the table.
Auto Trait Implementations§
impl !Freeze for BucketTable
impl RefUnwindSafe for BucketTable
impl !Send for BucketTable
impl !Sync for BucketTable
impl Unpin for BucketTable
impl UnwindSafe for BucketTable
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