#[repr(C, packed(2))]pub struct DimensionInfo {Show 13 fields
pub Header: QueryHeader,
pub MaxDepth: UWORD,
pub MinRasterWidth: UWORD,
pub MinRasterHeight: UWORD,
pub MaxRasterWidth: UWORD,
pub MaxRasterHeight: UWORD,
pub Nominal: Rectangle,
pub MaxOScan: Rectangle,
pub VideoOScan: Rectangle,
pub TxtOScan: Rectangle,
pub StdOScan: Rectangle,
pub pad: [UBYTE; 14],
pub reserved: [ULONG; 2],
}Fields§
§Header: QueryHeader§MaxDepth: UWORD§MinRasterWidth: UWORD§MinRasterHeight: UWORD§MaxRasterWidth: UWORD§MaxRasterHeight: UWORD§Nominal: Rectangle§MaxOScan: Rectangle§VideoOScan: Rectangle§TxtOScan: Rectangle§StdOScan: Rectangle§pad: [UBYTE; 14]§reserved: [ULONG; 2]Trait Implementations§
Source§impl Clone for DimensionInfo
impl Clone for DimensionInfo
Source§fn clone(&self) -> DimensionInfo
fn clone(&self) -> DimensionInfo
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for DimensionInfo
impl Debug for DimensionInfo
impl Copy for DimensionInfo
Auto Trait Implementations§
impl Freeze for DimensionInfo
impl RefUnwindSafe for DimensionInfo
impl Send for DimensionInfo
impl Sync for DimensionInfo
impl Unpin for DimensionInfo
impl UnwindSafe for DimensionInfo
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