Struct freya_node_state::Border
source · pub struct Border {
pub fill: Fill,
pub style: BorderStyle,
pub width: f32,
pub alignment: BorderAlignment,
}
Fields§
§fill: Fill
§style: BorderStyle
§width: f32
§alignment: BorderAlignment
Trait Implementations§
source§impl PartialEq<Border> for Border
impl PartialEq<Border> for Border
impl StructuralPartialEq for Border
Auto Trait Implementations§
impl RefUnwindSafe for Border
impl Send for Border
impl Sync for Border
impl Unpin for Border
impl UnwindSafe for Border
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
§impl<T> Instrument for T
impl<T> Instrument for T
§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
§impl<T> NoneValue for Twhere
T: Default,
impl<T> NoneValue for Twhere T: Default,
type NoneType = T
§fn null_value() -> T
fn null_value() -> T
The none-equivalent value.