Struct rin_scene::postprocessing::Bundle [−][src]
pub struct Bundle { /* fields omitted */ }
Implementations
impl Bundle
[src]
impl Bundle
[src]pub fn new_with_parameters(parameters: Parameters) -> Bundle
[src]
pub fn new_with_format(format: ColorFormat) -> Bundle
[src]
pub fn new_with_format_and_parameters(
format: ColorFormat,
parameters: Parameters
) -> Bundle
[src]
format: ColorFormat,
parameters: Parameters
) -> Bundle
pub fn new() -> Bundle
[src]
Trait Implementations
impl Bundle for Bundle
[src]
impl Bundle for Bundle
[src]type Parameters = Parameters
fn parameters(&self) -> Option<&Parameters>
[src]
fn name(&self) -> &str
[src]
fn setup(self, world: &mut DeferredScene)
[src]
fn after_all_bundles_registered(_: &mut Scene)
[src]
Auto Trait Implementations
impl !RefUnwindSafe for Bundle
impl !Send for Bundle
impl !Sync for Bundle
impl Unpin for Bundle
impl !UnwindSafe for Bundle
Blanket Implementations
impl<SS, SP> SupersetOf<SS> for SP where
SS: SubsetOf<SP>,
[src]
impl<SS, SP> SupersetOf<SS> for SP where
SS: SubsetOf<SP>,
[src]pub fn to_subset(&self) -> Option<SS>
[src]
pub fn is_in_subset(&self) -> bool
[src]
pub fn to_subset_unchecked(&self) -> SS
[src]
pub fn from_subset(element: &SS) -> SP
[src]
impl<SS, SP> SupersetOf<SS> for SP where
SS: SubsetOf<SP>,
[src]
impl<SS, SP> SupersetOf<SS> for SP where
SS: SubsetOf<SP>,
[src]