Struct makepad_shader_compiler::shader_ast::IdentPath
source · pub struct IdentPath {
pub segs: [LiveId; 6],
pub len: usize,
}
Fields§
§segs: [LiveId; 6]
§len: usize
Implementations§
Trait Implementations§
source§impl Ord for IdentPath
impl Ord for IdentPath
source§impl PartialEq<IdentPath> for IdentPath
impl PartialEq<IdentPath> for IdentPath
source§impl PartialOrd<IdentPath> for IdentPath
impl PartialOrd<IdentPath> for IdentPath
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 IdentPath
impl Eq for IdentPath
impl StructuralEq for IdentPath
impl StructuralPartialEq for IdentPath
Auto Trait Implementations§
impl RefUnwindSafe for IdentPath
impl Send for IdentPath
impl Sync for IdentPath
impl Unpin for IdentPath
impl UnwindSafe for IdentPath
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