#[repr(C)]pub struct dlog_precomp_struct {
pub type_: c_int,
pub cost: ulong,
pub t: dlog_precomp_struct__bindgen_ty_1,
}Fields§
§type_: c_int§cost: ulong§t: dlog_precomp_struct__bindgen_ty_1Trait Implementations§
Auto Trait Implementations§
impl Freeze for dlog_precomp_struct
impl RefUnwindSafe for dlog_precomp_struct
impl !Send for dlog_precomp_struct
impl !Sync for dlog_precomp_struct
impl Unpin for dlog_precomp_struct
impl UnsafeUnpin for dlog_precomp_struct
impl UnwindSafe for dlog_precomp_struct
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