pub struct SourceRectangle { /* private fields */ }Implementations§
Source§impl SourceRectangle
impl SourceRectangle
pub fn set_t<S: Into<String>>(&mut self, value: S)
pub fn get_t(&self) -> Option<&str>
pub fn set_l<S: Into<String>>(&mut self, value: S)
pub fn get_l(&self) -> Option<&str>
pub fn set_r<S: Into<String>>(&mut self, value: S)
pub fn get_r(&self) -> Option<&str>
pub fn set_b<S: Into<String>>(&mut self, value: S)
pub fn get_b(&self) -> Option<&str>
Trait Implementations§
Source§impl Clone for SourceRectangle
impl Clone for SourceRectangle
Source§fn clone(&self) -> SourceRectangle
fn clone(&self) -> SourceRectangle
Returns a duplicate of the value. Read more
1.0.0 · 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 SourceRectangle
impl Debug for SourceRectangle
Source§impl Default for SourceRectangle
impl Default for SourceRectangle
Source§fn default() -> SourceRectangle
fn default() -> SourceRectangle
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for SourceRectangle
impl RefUnwindSafe for SourceRectangle
impl Send for SourceRectangle
impl Sync for SourceRectangle
impl Unpin for SourceRectangle
impl UnwindSafe for SourceRectangle
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