pub struct Gaps { /* private fields */ }
Implementations§
Source§impl Gaps
impl Gaps
pub const fn new(top: f32, right: f32, bottom: f32, left: f32) -> Self
pub fn fill_vertical(&mut self, value: f32)
pub fn fill_horizontal(&mut self, value: f32)
pub fn fill_all(&mut self, value: f32)
pub fn horizontal(&self) -> f32
pub fn vertical(&self) -> f32
pub fn top(&self) -> f32
pub fn right(&self) -> f32
pub fn bottom(&self) -> f32
pub fn left(&self) -> f32
pub fn pretty(&self) -> String
Trait Implementations§
Source§impl<'de> Deserialize<'de> for Gaps
impl<'de> Deserialize<'de> for Gaps
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 Copy for Gaps
impl StructuralPartialEq for Gaps
Auto Trait Implementations§
impl Freeze for Gaps
impl RefUnwindSafe for Gaps
impl Send for Gaps
impl Sync for Gaps
impl Unpin for Gaps
impl UnwindSafe for Gaps
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