#[repr(C)]pub struct lh_borders {
pub left: lh_border_t,
pub top: lh_border_t,
pub right: lh_border_t,
pub bottom: lh_border_t,
pub radius: lh_border_radiuses_t,
}Fields§
§left: lh_border_t§top: lh_border_t§right: lh_border_t§bottom: lh_border_t§radius: lh_border_radiuses_tTrait Implementations§
Source§impl Clone for lh_borders
impl Clone for lh_borders
Source§fn clone(&self) -> lh_borders
fn clone(&self) -> lh_borders
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for lh_borders
impl Debug for lh_borders
Source§impl Default for lh_borders
impl Default for lh_borders
Source§fn default() -> lh_borders
fn default() -> lh_borders
Returns the “default value” for a type. Read more
impl Copy for lh_borders
Auto Trait Implementations§
impl Freeze for lh_borders
impl RefUnwindSafe for lh_borders
impl Send for lh_borders
impl Sync for lh_borders
impl Unpin for lh_borders
impl UnsafeUnpin for lh_borders
impl UnwindSafe for lh_borders
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