pub struct RenderFixture {
pub width: u32,
pub height: u32,
pub graph: RenderGraph,
pub normalized_rect: Option<Rect>,
}Fields§
§width: u32§height: u32§graph: RenderGraph§normalized_rect: Option<Rect>Trait Implementations§
Source§impl Clone for RenderFixture
impl Clone for RenderFixture
Source§fn clone(&self) -> RenderFixture
fn clone(&self) -> RenderFixture
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for RenderFixture
impl !RefUnwindSafe for RenderFixture
impl !Send for RenderFixture
impl !Sync for RenderFixture
impl Unpin for RenderFixture
impl UnsafeUnpin for RenderFixture
impl !UnwindSafe for RenderFixture
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