#[repr(C)]pub struct DTable {
pub description: DTableDesc,
pub data: DTableData,
}Fields§
§description: DTableDesc§data: DTableDataTrait Implementations§
Auto Trait Implementations§
impl Freeze for DTable
impl RefUnwindSafe for DTable
impl Send for DTable
impl Sync for DTable
impl Unpin for DTable
impl UnsafeUnpin for DTable
impl UnwindSafe for DTable
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