#[repr(C)]pub struct KjHandle {
pub slot: u32,
pub generation: u32,
}Fields§
§slot: u32§generation: u32Trait Implementations§
impl Copy for KjHandle
impl Eq for KjHandle
impl StructuralPartialEq for KjHandle
Auto Trait Implementations§
impl Freeze for KjHandle
impl RefUnwindSafe for KjHandle
impl Send for KjHandle
impl Sync for KjHandle
impl Unpin for KjHandle
impl UnsafeUnpin for KjHandle
impl UnwindSafe for KjHandle
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