pub struct ParameterSet { /* private fields */ }
Expand description
each llvm function must have a set of Parameter. LLVMFunction が持つ引数リストの実装
Implementations§
Trait Implementations§
Source§impl Default for ParameterSet
impl Default for ParameterSet
Source§impl Display for ParameterSet
impl Display for ParameterSet
Source§impl Hash for ParameterSet
impl Hash for ParameterSet
Source§impl Ord for ParameterSet
impl Ord for ParameterSet
Source§fn cmp(&self, other: &ParameterSet) -> Ordering
fn cmp(&self, other: &ParameterSet) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for ParameterSet
impl PartialEq for ParameterSet
Source§impl PartialOrd for ParameterSet
impl PartialOrd for ParameterSet
impl Eq for ParameterSet
impl StructuralPartialEq for ParameterSet
Auto Trait Implementations§
impl Freeze for ParameterSet
impl RefUnwindSafe for ParameterSet
impl Send for ParameterSet
impl Sync for ParameterSet
impl Unpin for ParameterSet
impl UnwindSafe for ParameterSet
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