#[repr(transparent)]pub struct MinimizerType {
pub repr: u32,
}
Fields§
§repr: u32
Implementations§
Source§impl MinimizerType
impl MinimizerType
pub const LINE_SEARCH: MinimizerType
pub const TRUST_REGION: MinimizerType
Trait Implementations§
Source§impl Clone for MinimizerType
impl Clone for MinimizerType
Source§fn clone(&self) -> MinimizerType
fn clone(&self) -> MinimizerType
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 ExternType for MinimizerType
impl ExternType for MinimizerType
Source§impl PartialEq for MinimizerType
impl PartialEq for MinimizerType
impl Copy for MinimizerType
impl Eq for MinimizerType
impl StructuralPartialEq for MinimizerType
Auto Trait Implementations§
impl Freeze for MinimizerType
impl RefUnwindSafe for MinimizerType
impl Send for MinimizerType
impl Sync for MinimizerType
impl Unpin for MinimizerType
impl UnwindSafe for MinimizerType
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