#[repr(C)]pub struct Gdspsize {
pub units: Gdevunits,
pub device: Gpoint,
pub raster: Gipoint,
}Fields§
§units: Gdevunits§device: Gpoint§raster: GipointTrait Implementations§
Auto Trait Implementations§
impl Freeze for Gdspsize
impl RefUnwindSafe for Gdspsize
impl Send for Gdspsize
impl Sync for Gdspsize
impl Unpin for Gdspsize
impl UnwindSafe for Gdspsize
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