#[repr(C)]pub struct IBox {
pub Left: WORD,
pub Top: WORD,
pub Width: WORD,
pub Height: WORD,
}Fields§
§Left: WORD§Top: WORD§Width: WORD§Height: WORDTrait Implementations§
Auto Trait Implementations§
impl Freeze for IBox
impl RefUnwindSafe for IBox
impl Send for IBox
impl Sync for IBox
impl Unpin for IBox
impl UnwindSafe for IBox
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