Struct RECTFX
#[repr(C)]pub struct RECTFX {
pub xLeft: i32,
pub yTop: i32,
pub xRight: i32,
pub yBottom: i32,
}
Fields§
§xLeft: i32
§yTop: i32
§xRight: i32
§yBottom: i32
Trait Implementations§
Auto Trait Implementations§
impl Freeze for RECTFX
impl RefUnwindSafe for RECTFX
impl Send for RECTFX
impl Sync for RECTFX
impl Unpin for RECTFX
impl UnwindSafe for RECTFX
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