pub struct Stretch { /* private fields */ }Implementations§
Source§impl Stretch
impl Stretch
pub fn get_fill_rectangle(&self) -> Option<&FillRectangle>
pub fn get_fill_rectangle_mut(&mut self) -> Option<&mut FillRectangle>
pub fn set_fill_rectangle(&mut self, value: FillRectangle)
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Stretch
impl RefUnwindSafe for Stretch
impl Send for Stretch
impl Sync for Stretch
impl Unpin for Stretch
impl UnwindSafe for Stretch
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