#[repr(C)]pub struct BLRectI {
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 BLRectI
impl RefUnwindSafe for BLRectI
impl Send for BLRectI
impl Sync for BLRectI
impl Unpin for BLRectI
impl UnwindSafe for BLRectI
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