Struct WICRect
#[repr(C)]pub struct WICRect {
pub X: i32,
pub Y: i32,
pub Width: i32,
pub Height: i32,
}
Fields§
§X: i32
§Y: i32
§Width: i32
§Height: i32
Trait Implementations§
impl Copy for WICRect
impl StructuralPartialEq for WICRect
Auto Trait Implementations§
impl Freeze for WICRect
impl RefUnwindSafe for WICRect
impl Send for WICRect
impl Sync for WICRect
impl Unpin for WICRect
impl UnwindSafe for WICRect
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