Struct makepad_shader_compiler::shader_ast::FnPtr
source · pub struct FnPtr(pub LivePtr);
Tuple Fields§
§0: LivePtr
Methods from Deref<Target = LivePtr>§
pub fn node_index(&self) -> usize
pub fn with_index(&self, index: usize) -> LivePtr
Trait Implementations§
source§impl Ord for FnPtr
impl Ord for FnPtr
source§impl PartialEq<FnPtr> for FnPtr
impl PartialEq<FnPtr> for FnPtr
source§impl PartialOrd<FnPtr> for FnPtr
impl PartialOrd<FnPtr> for FnPtr
1.0.0 · source§fn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for
self
and other
) and is used by the <=
operator. Read moreimpl Copy for FnPtr
impl Eq for FnPtr
impl StructuralEq for FnPtr
impl StructuralPartialEq for FnPtr
Auto Trait Implementations§
impl RefUnwindSafe for FnPtr
impl Send for FnPtr
impl Sync for FnPtr
impl Unpin for FnPtr
impl UnwindSafe for FnPtr
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