pub struct InversePolyfill {
pub fun_name: &'static str,
pub source: &'static str,
}
Fields§
§fun_name: &'static str
§source: &'static str
Implementations§
source§impl InversePolyfill
impl InversePolyfill
pub fn find_overload(ty: &TypeInner) -> Option<InversePolyfill>
const fn polyfill_overload( dimension: VectorSize, width: Bytes, ) -> Option<InversePolyfill>
Trait Implementations§
source§impl Clone for InversePolyfill
impl Clone for InversePolyfill
source§fn clone(&self) -> InversePolyfill
fn clone(&self) -> InversePolyfill
Returns a copy 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 InversePolyfill
impl Debug for InversePolyfill
source§impl Hash for InversePolyfill
impl Hash for InversePolyfill
source§impl PartialEq for InversePolyfill
impl PartialEq for InversePolyfill
impl Copy for InversePolyfill
impl Eq for InversePolyfill
impl StructuralPartialEq for InversePolyfill
Auto Trait Implementations§
impl Freeze for InversePolyfill
impl RefUnwindSafe for InversePolyfill
impl Send for InversePolyfill
impl Sync for InversePolyfill
impl Unpin for InversePolyfill
impl UnwindSafe for InversePolyfill
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Checks if this value is equivalent to the given key. Read more
§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key
and return true
if they are equal.