pub struct Extents { /* private fields */ }Implementations§
Source§impl Extents
impl Extents
pub fn cx(&self) -> i64
pub fn get_cx(&self) -> i64
👎Deprecated since 3.0.0:
Use cx()
pub fn set_cx(&mut self, value: i64) -> &mut Extents
pub fn cy(&self) -> i64
pub fn get_cy(&self) -> i64
👎Deprecated since 3.0.0:
Use cy()
pub fn set_cy(&mut self, value: i64) -> &mut Extents
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Extents
impl RefUnwindSafe for Extents
impl Send for Extents
impl Sync for Extents
impl Unpin for Extents
impl UnsafeUnpin for Extents
impl UnwindSafe for Extents
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