Struct WIDTHTABLE
#[repr(C)]pub struct WIDTHTABLE {
pub dwSize: u32,
pub dwRunNum: u32,
pub WidthRun: [WIDTHRUN; 1],
}
Fields§
§dwSize: u32
§dwRunNum: u32
§WidthRun: [WIDTHRUN; 1]
Trait Implementations§
§impl Clone for WIDTHTABLE
impl Clone for WIDTHTABLE
§fn clone(&self) -> WIDTHTABLE
fn clone(&self) -> WIDTHTABLE
Returns a copy 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 more§impl Debug for WIDTHTABLE
impl Debug for WIDTHTABLE
§impl PartialEq for WIDTHTABLE
impl PartialEq for WIDTHTABLE
impl Copy for WIDTHTABLE
impl StructuralPartialEq for WIDTHTABLE
Auto Trait Implementations§
impl Freeze for WIDTHTABLE
impl RefUnwindSafe for WIDTHTABLE
impl Send for WIDTHTABLE
impl Sync for WIDTHTABLE
impl Unpin for WIDTHTABLE
impl UnwindSafe for WIDTHTABLE
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