#[repr(C)]pub struct RawTKey {
pub value: RawValue,
pub extra: [i32; 1],
pub tt_next: u32,
}Fields§
§value: RawValue§extra: [i32; 1]§tt_next: u32Trait Implementations§
Auto Trait Implementations§
impl !Send for RawTKey
impl !Sync for RawTKey
impl Freeze for RawTKey
impl RefUnwindSafe for RawTKey
impl Unpin for RawTKey
impl UnsafeUnpin for RawTKey
impl UnwindSafe for RawTKey
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