pub struct BatchedNode {
pub position: Position,
pub size: (f64, f64),
pub style: NodeStyle,
pub z_index: i32,
}Fields§
§position: Position§size: (f64, f64)§style: NodeStyle§z_index: i32Trait Implementations§
Source§impl Clone for BatchedNode
impl Clone for BatchedNode
Source§fn clone(&self) -> BatchedNode
fn clone(&self) -> BatchedNode
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 moreSource§impl Debug for BatchedNode
impl Debug for BatchedNode
Source§impl Default for BatchedNode
impl Default for BatchedNode
Source§fn default() -> BatchedNode
fn default() -> BatchedNode
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for BatchedNode
impl RefUnwindSafe for BatchedNode
impl Send for BatchedNode
impl Sync for BatchedNode
impl Unpin for BatchedNode
impl UnwindSafe for BatchedNode
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