#[repr(C, packed(2))]pub struct collTable {
pub collPtrs: [FPTR; 16],
}Fields§
§collPtrs: [FPTR; 16]Trait Implementations§
Auto Trait Implementations§
impl Freeze for collTable
impl RefUnwindSafe for collTable
impl Send for collTable
impl Sync for collTable
impl Unpin for collTable
impl UnwindSafe for collTable
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