#[repr(C)]pub struct lh_border {
pub width: f32,
pub style: c_int,
pub color: lh_web_color_t,
}Fields§
§width: f32§style: c_int§color: lh_web_color_tTrait Implementations§
impl Copy for lh_border
Auto Trait Implementations§
impl Freeze for lh_border
impl RefUnwindSafe for lh_border
impl Send for lh_border
impl Sync for lh_border
impl Unpin for lh_border
impl UnsafeUnpin for lh_border
impl UnwindSafe for lh_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