pub struct Insets {
pub top: f32,
pub right: f32,
pub bottom: f32,
pub left: f32,
}Expand description
四边内边距(逻辑像素)。
Fields§
§top: f32上。
right: f32右。
bottom: f32下。
left: f32左。
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Insets
impl RefUnwindSafe for Insets
impl Send for Insets
impl Sync for Insets
impl Unpin for Insets
impl UnsafeUnpin for Insets
impl UnwindSafe for Insets
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