Struct input::AfterRenderArgs [−][src]
pub struct AfterRenderArgs;
After render arguments.
Trait Implementations
impl Copy for AfterRenderArgs[src]
impl Copy for AfterRenderArgsimpl Clone for AfterRenderArgs[src]
impl Clone for AfterRenderArgsfn clone(&self) -> AfterRenderArgs[src]
fn clone(&self) -> AfterRenderArgsReturns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
fn clone_from(&mut self, source: &Self)1.0.0
[src]Performs copy-assignment from source. Read more
impl PartialEq for AfterRenderArgs[src]
impl PartialEq for AfterRenderArgsfn eq(&self, other: &AfterRenderArgs) -> bool[src]
fn eq(&self, other: &AfterRenderArgs) -> boolThis method tests for self and other values to be equal, and is used by ==. Read more
#[must_use]
fn ne(&self, other: &Rhs) -> bool1.0.0[src]
#[must_use]
fn ne(&self, other: &Rhs) -> bool1.0.0
[src]This method tests for !=.
impl Debug for AfterRenderArgs[src]
impl Debug for AfterRenderArgsfn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl From<AfterRenderArgs> for Loop[src]
impl From<AfterRenderArgs> for Loopfn from(args: AfterRenderArgs) -> Self[src]
fn from(args: AfterRenderArgs) -> SelfPerforms the conversion.
impl From<AfterRenderArgs> for Event[src]
impl From<AfterRenderArgs> for Eventfn from(args: AfterRenderArgs) -> Self[src]
fn from(args: AfterRenderArgs) -> SelfPerforms the conversion.
Auto Trait Implementations
impl Send for AfterRenderArgs
impl Send for AfterRenderArgsimpl Sync for AfterRenderArgs
impl Sync for AfterRenderArgs