pub enum FnSelfKind {
Struct(StructPtr),
DrawShader(DrawShaderPtr),
}
Variants§
Struct(StructPtr)
DrawShader(DrawShaderPtr)
Implementations§
Source§impl FnSelfKind
impl FnSelfKind
pub fn to_ty_expr_kind(self) -> TyExprKind
Trait Implementations§
Source§impl Clone for FnSelfKind
impl Clone for FnSelfKind
Source§fn clone(&self) -> FnSelfKind
fn clone(&self) -> FnSelfKind
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 FnSelfKind
impl Debug for FnSelfKind
Source§impl Hash for FnSelfKind
impl Hash for FnSelfKind
Source§impl Ord for FnSelfKind
impl Ord for FnSelfKind
Source§fn cmp(&self, other: &FnSelfKind) -> Ordering
fn cmp(&self, other: &FnSelfKind) -> 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 FnSelfKind
impl PartialEq for FnSelfKind
Source§impl PartialOrd for FnSelfKind
impl PartialOrd for FnSelfKind
impl Copy for FnSelfKind
impl Eq for FnSelfKind
impl StructuralPartialEq for FnSelfKind
Auto Trait Implementations§
impl Freeze for FnSelfKind
impl RefUnwindSafe for FnSelfKind
impl Send for FnSelfKind
impl Sync for FnSelfKind
impl Unpin for FnSelfKind
impl UnwindSafe for FnSelfKind
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