Struct RenderOptions
pub struct RenderOptions { /* private fields */ }Expand description
User-selected render frame range.
Implementations§
§impl RenderOptions
impl RenderOptions
Trait Implementations§
§impl Clone for RenderOptions
impl Clone for RenderOptions
§fn clone(&self) -> RenderOptions
fn clone(&self) -> RenderOptions
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 more§impl Debug for RenderOptions
impl Debug for RenderOptions
§impl Default for RenderOptions
impl Default for RenderOptions
§fn default() -> RenderOptions
fn default() -> RenderOptions
Returns the “default value” for a type. Read more
§impl PartialEq for RenderOptions
impl PartialEq for RenderOptions
impl Copy for RenderOptions
impl Eq for RenderOptions
impl StructuralPartialEq for RenderOptions
Auto Trait Implementations§
impl Freeze for RenderOptions
impl RefUnwindSafe for RenderOptions
impl Send for RenderOptions
impl Sync for RenderOptions
impl Unpin for RenderOptions
impl UnsafeUnpin for RenderOptions
impl UnwindSafe for RenderOptions
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