#[repr(C)]pub struct ULIntRect {
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§
Auto Trait Implementations§
impl Freeze for ULIntRect
impl RefUnwindSafe for ULIntRect
impl Send for ULIntRect
impl Sync for ULIntRect
impl Unpin for ULIntRect
impl UnwindSafe for ULIntRect
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