#[repr(transparent)]pub struct MinimizerType {
pub repr: u32,
}Fields§
§repr: u32Implementations§
Source§impl MinimizerType
impl MinimizerType
pub const LINE_SEARCH: Self
pub const TRUST_REGION: Self
Trait Implementations§
Source§impl Clone for MinimizerType
impl Clone for MinimizerType
Source§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