#[repr(C)]pub struct Sci_Rectangle {
pub left: c_int,
pub top: c_int,
pub right: c_int,
pub bottom: c_int,
}Fields§
§left: c_int§top: c_int§right: c_int§bottom: c_intTrait Implementations§
Source§impl Clone for Sci_Rectangle
impl Clone for Sci_Rectangle
Source§fn clone(&self) -> Sci_Rectangle
fn clone(&self) -> Sci_Rectangle
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 Sci_Rectangle
impl Debug for Sci_Rectangle
impl Copy for Sci_Rectangle
Auto Trait Implementations§
impl Freeze for Sci_Rectangle
impl RefUnwindSafe for Sci_Rectangle
impl Send for Sci_Rectangle
impl Sync for Sci_Rectangle
impl Unpin for Sci_Rectangle
impl UnwindSafe for Sci_Rectangle
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