#[repr(C)]pub struct _spSkin {
pub super_: spSkin,
pub entries: *mut _Entry,
pub entriesHashTable: [*mut _SkinHashTableEntry; 100],
}Fields§
§super_: spSkin§entries: *mut _Entry§entriesHashTable: [*mut _SkinHashTableEntry; 100]Trait Implementations§
Auto Trait Implementations§
impl !Send for _spSkin
impl !Sync for _spSkin
impl Freeze for _spSkin
impl RefUnwindSafe for _spSkin
impl Unpin for _spSkin
impl UnsafeUnpin for _spSkin
impl UnwindSafe for _spSkin
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