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