pub enum InitSelectorParams {
None,
UseCode {
push0: bool,
},
}
Expand description
Function selector (C3) initialization params.
Variants§
Trait Implementations§
Source§impl Clone for InitSelectorParams
impl Clone for InitSelectorParams
Source§fn clone(&self) -> InitSelectorParams
fn clone(&self) -> InitSelectorParams
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 Debug for InitSelectorParams
impl Debug for InitSelectorParams
Source§impl Default for InitSelectorParams
impl Default for InitSelectorParams
Source§fn default() -> InitSelectorParams
fn default() -> InitSelectorParams
Returns the “default value” for a type. Read more
Source§impl PartialEq for InitSelectorParams
impl PartialEq for InitSelectorParams
impl Copy for InitSelectorParams
impl Eq for InitSelectorParams
impl StructuralPartialEq for InitSelectorParams
Auto Trait Implementations§
impl Freeze for InitSelectorParams
impl RefUnwindSafe for InitSelectorParams
impl Send for InitSelectorParams
impl Sync for InitSelectorParams
impl Unpin for InitSelectorParams
impl UnwindSafe for InitSelectorParams
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