pub struct PerTransparencyInfo { /* private fields */ }Expand description
Handles and information for a single type of transparency in the PBR pipeline.
Auto Trait Implementations§
impl !RefUnwindSafe for PerTransparencyInfo
impl !UnwindSafe for PerTransparencyInfo
impl Freeze for PerTransparencyInfo
impl Send for PerTransparencyInfo
impl Sync for PerTransparencyInfo
impl Unpin for PerTransparencyInfo
impl UnsafeUnpin for PerTransparencyInfo
Blanket Implementations§
impl<T> AnyBound<dyn Any + Send> for T
impl<T> AnyBound<dyn Any + Sync + Send> for T
impl<T> AnyBound<dyn Any + Sync> for T
impl<T> AnyBound<dyn Any> for Twhere
T: Any,
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