Struct makepad_widgets::shader::std::makepad_shader_compiler::makepad_live_compiler::LiveFileGeneration
pub struct LiveFileGeneration(/* private fields */);
Implementations§
§impl LiveFileGeneration
impl LiveFileGeneration
pub fn next_gen(&mut self)
Trait Implementations§
§impl Clone for LiveFileGeneration
impl Clone for LiveFileGeneration
§fn clone(&self) -> LiveFileGeneration
fn clone(&self) -> LiveFileGeneration
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 more§impl Debug for LiveFileGeneration
impl Debug for LiveFileGeneration
§impl Default for LiveFileGeneration
impl Default for LiveFileGeneration
§fn default() -> LiveFileGeneration
fn default() -> LiveFileGeneration
Returns the “default value” for a type. Read more
§impl Display for LiveFileGeneration
impl Display for LiveFileGeneration
§impl Hash for LiveFileGeneration
impl Hash for LiveFileGeneration
§impl Ord for LiveFileGeneration
impl Ord for LiveFileGeneration
§fn cmp(&self, other: &LiveFileGeneration) -> Ordering
fn cmp(&self, other: &LiveFileGeneration) -> 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
§impl PartialEq<LiveFileGeneration> for LiveFileGeneration
impl PartialEq<LiveFileGeneration> for LiveFileGeneration
§fn eq(&self, other: &LiveFileGeneration) -> bool
fn eq(&self, other: &LiveFileGeneration) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.§impl PartialOrd<LiveFileGeneration> for LiveFileGeneration
impl PartialOrd<LiveFileGeneration> for LiveFileGeneration
§fn partial_cmp(&self, other: &LiveFileGeneration) -> Option<Ordering>
fn partial_cmp(&self, other: &LiveFileGeneration) -> Option<Ordering>
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 LiveFileGeneration
impl Eq for LiveFileGeneration
impl StructuralEq for LiveFileGeneration
impl StructuralPartialEq for LiveFileGeneration
Auto Trait Implementations§
impl RefUnwindSafe for LiveFileGeneration
impl Send for LiveFileGeneration
impl Sync for LiveFileGeneration
impl Unpin for LiveFileGeneration
impl UnwindSafe for LiveFileGeneration
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