pub struct SyntheticClip { /* private fields */ }Expand description
Renderable in-memory synthetic clip plus its executor map.
Implementations§
Source§impl SyntheticClip
impl SyntheticClip
Auto Trait Implementations§
impl Freeze for SyntheticClip
impl !RefUnwindSafe for SyntheticClip
impl Send for SyntheticClip
impl Sync for SyntheticClip
impl Unpin for SyntheticClip
impl UnsafeUnpin for SyntheticClip
impl !UnwindSafe for SyntheticClip
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