pub struct FrameNode {
pub index: NodeIndex,
pub pos: [f32; 2],
pub radius: f32,
pub color: [f32; 4],
pub opacity: f32,
pub shape: u32,
pub label: LabelId,
}Fields§
§index: NodeIndex§pos: [f32; 2]§radius: f32§color: [f32; 4]§opacity: f32§shape: u32§label: LabelIdTrait Implementations§
impl Copy for FrameNode
impl StructuralPartialEq for FrameNode
Auto Trait Implementations§
impl Freeze for FrameNode
impl RefUnwindSafe for FrameNode
impl Send for FrameNode
impl Sync for FrameNode
impl Unpin for FrameNode
impl UnsafeUnpin for FrameNode
impl UnwindSafe for FrameNode
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