#[repr(C)]pub struct UNIRECT {
pub left: UNIPIX,
pub top: UNIPIX,
pub right: UNIPIX,
pub bottom: UNIPIX,
}
Fields§
§left: UNIPIX
§top: UNIPIX
§right: UNIPIX
§bottom: UNIPIX
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for UNIRECT
impl Send for UNIRECT
impl Sync for UNIRECT
impl Unpin for UNIRECT
impl UnwindSafe for UNIRECT
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