pub struct TkSize {
pub width: c_int,
pub height: c_int,
}Fields§
§width: c_int§height: c_intTrait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for TkSize
impl Send for TkSize
impl Sync for TkSize
impl Unpin for TkSize
impl UnwindSafe for TkSize
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