pub struct RenderLayerContract;Implementations§
Source§impl RenderLayerContract
impl RenderLayerContract
pub fn current() -> &'static [RenderLayerSpec]
Auto Trait Implementations§
impl Freeze for RenderLayerContract
impl RefUnwindSafe for RenderLayerContract
impl Send for RenderLayerContract
impl Sync for RenderLayerContract
impl Unpin for RenderLayerContract
impl UnsafeUnpin for RenderLayerContract
impl UnwindSafe for RenderLayerContract
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