pub struct FrameHalo {
pub node: NodeIndex,
pub pos: [f32; 2],
pub radius: f32,
pub emphasis: HaloEmphasis,
}Fields§
§node: NodeIndex§pos: [f32; 2]§radius: f32§emphasis: HaloEmphasisTrait Implementations§
impl Copy for FrameHalo
impl StructuralPartialEq for FrameHalo
Auto Trait Implementations§
impl Freeze for FrameHalo
impl RefUnwindSafe for FrameHalo
impl Send for FrameHalo
impl Sync for FrameHalo
impl Unpin for FrameHalo
impl UnsafeUnpin for FrameHalo
impl UnwindSafe for FrameHalo
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