pub struct FrameEdge {
pub a: [f32; 2],
pub b: [f32; 2],
pub color: [f32; 4],
pub width: f32,
pub opacity: f32,
pub label: LabelId,
}Fields§
§a: [f32; 2]§b: [f32; 2]§color: [f32; 4]§width: f32§opacity: f32§label: LabelIdTrait Implementations§
impl Copy for FrameEdge
impl StructuralPartialEq for FrameEdge
Auto Trait Implementations§
impl Freeze for FrameEdge
impl RefUnwindSafe for FrameEdge
impl Send for FrameEdge
impl Sync for FrameEdge
impl Unpin for FrameEdge
impl UnsafeUnpin for FrameEdge
impl UnwindSafe for FrameEdge
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