#[repr(C)]pub struct dc_decomodel_t {
pub type_: dc_decomodel_type_t,
pub conservatism: c_int,
pub params: dc_decomodel_t__bindgen_ty_1,
}
Fields§
§type_: dc_decomodel_type_t
§conservatism: c_int
§params: dc_decomodel_t__bindgen_ty_1
Trait Implementations§
Source§impl Clone for dc_decomodel_t
impl Clone for dc_decomodel_t
Source§fn clone(&self) -> dc_decomodel_t
fn clone(&self) -> dc_decomodel_t
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 moreimpl Copy for dc_decomodel_t
Auto Trait Implementations§
impl Freeze for dc_decomodel_t
impl RefUnwindSafe for dc_decomodel_t
impl Send for dc_decomodel_t
impl Sync for dc_decomodel_t
impl Unpin for dc_decomodel_t
impl UnwindSafe for dc_decomodel_t
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