Struct crux_core::render::RenderOperation
source · pub struct RenderOperation;
Expand description
The single operation Render
implements.
Trait Implementations§
source§impl Clone for RenderOperation
impl Clone for RenderOperation
source§fn clone(&self) -> RenderOperation
fn clone(&self) -> RenderOperation
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 RenderOperation
impl Debug for RenderOperation
source§impl<'de> Deserialize<'de> for RenderOperation
impl<'de> Deserialize<'de> for RenderOperation
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
source§impl Operation for RenderOperation
impl Operation for RenderOperation
source§impl PartialEq for RenderOperation
impl PartialEq for RenderOperation
source§impl Serialize for RenderOperation
impl Serialize for RenderOperation
impl Eq for RenderOperation
impl StructuralPartialEq for RenderOperation
Auto Trait Implementations§
impl Freeze for RenderOperation
impl RefUnwindSafe for RenderOperation
impl Send for RenderOperation
impl Sync for RenderOperation
impl Unpin for RenderOperation
impl UnwindSafe for RenderOperation
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)