#[repr(C)]pub struct DtobTypesHeader {
pub entries: *mut DtobCustomType,
pub count: usize,
pub cap: usize,
}Fields§
§entries: *mut DtobCustomType§count: usize§cap: usizeTrait Implementations§
Source§impl Clone for DtobTypesHeader
impl Clone for DtobTypesHeader
Source§fn clone(&self) -> DtobTypesHeader
fn clone(&self) -> DtobTypesHeader
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for DtobTypesHeader
impl Debug for DtobTypesHeader
impl Copy for DtobTypesHeader
Auto Trait Implementations§
impl Freeze for DtobTypesHeader
impl RefUnwindSafe for DtobTypesHeader
impl !Send for DtobTypesHeader
impl !Sync for DtobTypesHeader
impl Unpin for DtobTypesHeader
impl UnsafeUnpin for DtobTypesHeader
impl UnwindSafe for DtobTypesHeader
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