Struct i_slint_core::layout::Padding
source · #[repr(C)]pub struct Padding {
pub begin: Coord,
pub end: Coord,
}Fields§
§begin: Coord§end: CoordTrait Implementations§
impl Copy for Padding
Auto Trait Implementations§
impl RefUnwindSafe for Padding
impl Send for Padding
impl Sync for Padding
impl Unpin for Padding
impl UnwindSafe for Padding
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