pub struct Ln {
pub w: Option<u64>,
pub solid_fill: Option<SolidFill>,
}Expand description
Line properties.
Fields§
§w: Option<u64>§solid_fill: Option<SolidFill>Trait Implementations§
Source§impl<'de> Deserialize<'de> for Ln
impl<'de> Deserialize<'de> for Ln
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
impl StructuralPartialEq for Ln
Auto Trait Implementations§
impl Freeze for Ln
impl RefUnwindSafe for Ln
impl Send for Ln
impl Sync for Ln
impl Unpin for Ln
impl UnwindSafe for Ln
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