#[repr(C)]pub struct _dtdisc_s {
pub key: c_int,
pub size: c_int,
pub link: c_int,
pub makef: Dtmake_f,
pub freef: Dtfree_f,
pub comparf: Dtcompar_f,
pub hashf: Dthash_f,
pub memoryf: Dtmemory_f,
pub eventf: Dtevent_f,
}Fields§
§key: c_int§size: c_int§link: c_int§makef: Dtmake_f§freef: Dtfree_f§comparf: Dtcompar_f§hashf: Dthash_f§memoryf: Dtmemory_f§eventf: Dtevent_fTrait Implementations§
Auto Trait Implementations§
impl Freeze for _dtdisc_s
impl RefUnwindSafe for _dtdisc_s
impl Send for _dtdisc_s
impl Sync for _dtdisc_s
impl Unpin for _dtdisc_s
impl UnwindSafe for _dtdisc_s
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