pub struct NodeGraphFrameViewInteraction {
pub duration_ms: u32,
pub ease: NodeGraphViewportEase,
pub padding: f32,
}Expand description
Programmatic viewport framing behaviour resolved for runtime use.
Fields§
§duration_ms: u32§ease: NodeGraphViewportEase§padding: f32Trait Implementations§
Source§impl Clone for NodeGraphFrameViewInteraction
impl Clone for NodeGraphFrameViewInteraction
Source§fn clone(&self) -> NodeGraphFrameViewInteraction
fn clone(&self) -> NodeGraphFrameViewInteraction
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for NodeGraphFrameViewInteraction
Source§impl PartialEq for NodeGraphFrameViewInteraction
impl PartialEq for NodeGraphFrameViewInteraction
Source§fn eq(&self, other: &NodeGraphFrameViewInteraction) -> bool
fn eq(&self, other: &NodeGraphFrameViewInteraction) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for NodeGraphFrameViewInteraction
Auto Trait Implementations§
impl Freeze for NodeGraphFrameViewInteraction
impl RefUnwindSafe for NodeGraphFrameViewInteraction
impl Send for NodeGraphFrameViewInteraction
impl Sync for NodeGraphFrameViewInteraction
impl Unpin for NodeGraphFrameViewInteraction
impl UnsafeUnpin for NodeGraphFrameViewInteraction
impl UnwindSafe for NodeGraphFrameViewInteraction
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