#[repr(C)]pub struct WICRect {
pub X: INT,
pub Y: INT,
pub Width: INT,
pub Height: INT,
}
Fields§
§X: INT
§Y: INT
§Width: INT
§Height: INT
Trait Implementations§
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