Struct makepad_shader_compiler::shader_ast::ConstTableItem
source · [−]Fields
offset: usize
slots: usize
Trait Implementations
sourceimpl Clone for ConstTableItem
impl Clone for ConstTableItem
sourcefn clone(&self) -> ConstTableItem
fn clone(&self) -> ConstTableItem
Returns a copy of the value. Read more
1.0.0 · sourceconst fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl Debug for ConstTableItem
impl Debug for ConstTableItem
sourceimpl Default for ConstTableItem
impl Default for ConstTableItem
sourcefn default() -> ConstTableItem
fn default() -> ConstTableItem
Returns the “default value” for a type. Read more
Auto Trait Implementations
impl RefUnwindSafe for ConstTableItem
impl Send for ConstTableItem
impl Sync for ConstTableItem
impl Unpin for ConstTableItem
impl UnwindSafe for ConstTableItem
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more