#[repr(C)]pub struct _mbRect {
pub x: c_int,
pub y: c_int,
pub w: c_int,
pub h: c_int,
}Fields§
§x: c_int§y: c_int§w: c_int§h: c_intTrait Implementations§
Auto Trait Implementations§
impl Freeze for _mbRect
impl RefUnwindSafe for _mbRect
impl Send for _mbRect
impl Sync for _mbRect
impl Unpin for _mbRect
impl UnwindSafe for _mbRect
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