Struct windows_sys::Win32::Storage::Xps::XPS_SIZE
#[repr(C)]pub struct XPS_SIZE {
pub width: f32,
pub height: f32,
}Fields§
§width: f32§height: f32Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for XPS_SIZE
impl Send for XPS_SIZE
impl Sync for XPS_SIZE
impl Unpin for XPS_SIZE
impl UnwindSafe for XPS_SIZE
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