pub struct FillRectangle { /* private fields */ }Implementations§
Source§impl FillRectangle
impl FillRectangle
pub fn bottom(&self) -> usize
pub fn get_bottom(&self) -> usize
👎Deprecated since 3.0.0:
Use bottom()
pub fn set_bottom(&mut self, value: usize)
pub fn left(&self) -> usize
pub fn get_left(&self) -> usize
👎Deprecated since 3.0.0:
Use left()
pub fn set_left(&mut self, value: usize)
pub fn right(&self) -> usize
pub fn get_right(&self) -> usize
👎Deprecated since 3.0.0:
Use right()
pub fn set_right(&mut self, value: usize)
pub fn top(&self) -> usize
pub fn get_top(&self) -> usize
👎Deprecated since 3.0.0:
Use top()
pub fn set_top(&mut self, value: usize)
Trait Implementations§
Source§impl Clone for FillRectangle
impl Clone for FillRectangle
Source§fn clone(&self) -> FillRectangle
fn clone(&self) -> FillRectangle
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 FillRectangle
impl Debug for FillRectangle
Source§impl Default for FillRectangle
impl Default for FillRectangle
Source§fn default() -> FillRectangle
fn default() -> FillRectangle
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for FillRectangle
impl RefUnwindSafe for FillRectangle
impl Send for FillRectangle
impl Sync for FillRectangle
impl Unpin for FillRectangle
impl UnsafeUnpin for FillRectangle
impl UnwindSafe for FillRectangle
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