Struct windows_sys::Win32::Graphics::Printing::WIDTHTABLE
[−]#[repr(C)]pub struct WIDTHTABLE {
pub dwSize: u32,
pub dwRunNum: u32,
pub WidthRun: [WIDTHRUN; 1],
}
Expand description
Required features: "Win32_Graphics_Printing"
Fields
dwSize: u32
dwRunNum: u32
WidthRun: [WIDTHRUN; 1]
Trait Implementations
impl Clone for WIDTHTABLE
impl Clone for WIDTHTABLE
impl Copy for WIDTHTABLE
Auto Trait Implementations
impl RefUnwindSafe for WIDTHTABLE
impl Send for WIDTHTABLE
impl Sync for WIDTHTABLE
impl Unpin for WIDTHTABLE
impl UnwindSafe for WIDTHTABLE
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more