pub struct Layer<T0, T1, T2, T3, T4, T5, T6, T7> {
pub display_destination: T0,
pub image_source: T1,
pub image_id: T2,
pub image_metadata: T3,
pub fallback_color: T4,
pub alpha_mode: T5,
pub alpha_layer_val: T6,
pub image_source_transformation: T7,
}Expand description
The generic type corresponding to Layer.
Fields§
§display_destination: T0§image_source: T1§image_id: T2§image_metadata: T3§fallback_color: T4§alpha_mode: T5§alpha_layer_val: T6§image_source_transformation: T7Trait Implementations§
Source§impl<___E, T0, T1, T2, T3, T4, T5, T6, T7> Encode<Layer, ___E> for Layer<T0, T1, T2, T3, T4, T5, T6, T7>
impl<___E, T0, T1, T2, T3, T4, T5, T6, T7> Encode<Layer, ___E> for Layer<T0, T1, T2, T3, T4, T5, T6, T7>
Auto Trait Implementations§
impl<T0, T1, T2, T3, T4, T5, T6, T7> Freeze for Layer<T0, T1, T2, T3, T4, T5, T6, T7>
impl<T0, T1, T2, T3, T4, T5, T6, T7> RefUnwindSafe for Layer<T0, T1, T2, T3, T4, T5, T6, T7>where
T0: RefUnwindSafe,
T1: RefUnwindSafe,
T2: RefUnwindSafe,
T3: RefUnwindSafe,
T4: RefUnwindSafe,
T5: RefUnwindSafe,
T6: RefUnwindSafe,
T7: RefUnwindSafe,
impl<T0, T1, T2, T3, T4, T5, T6, T7> Send for Layer<T0, T1, T2, T3, T4, T5, T6, T7>
impl<T0, T1, T2, T3, T4, T5, T6, T7> Sync for Layer<T0, T1, T2, T3, T4, T5, T6, T7>
impl<T0, T1, T2, T3, T4, T5, T6, T7> Unpin for Layer<T0, T1, T2, T3, T4, T5, T6, T7>
impl<T0, T1, T2, T3, T4, T5, T6, T7> UnsafeUnpin for Layer<T0, T1, T2, T3, T4, T5, T6, T7>where
T0: UnsafeUnpin,
T1: UnsafeUnpin,
T2: UnsafeUnpin,
T3: UnsafeUnpin,
T4: UnsafeUnpin,
T5: UnsafeUnpin,
T6: UnsafeUnpin,
T7: UnsafeUnpin,
impl<T0, T1, T2, T3, T4, T5, T6, T7> UnwindSafe for Layer<T0, T1, T2, T3, T4, T5, T6, T7>where
T0: UnwindSafe,
T1: UnwindSafe,
T2: UnwindSafe,
T3: UnwindSafe,
T4: UnwindSafe,
T5: UnwindSafe,
T6: UnwindSafe,
T7: UnwindSafe,
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
§impl<T> InstanceFromServiceTransport<T> for T
impl<T> InstanceFromServiceTransport<T> for T
§fn from_service_transport(handle: T) -> T
fn from_service_transport(handle: T) -> T
Converts the given service transport handle of type
T to [Self]