Struct PARAFORMAT
#[repr(C)]pub struct PARAFORMAT {
pub cbSize: u32,
pub dwMask: PARAFORMAT_MASK,
pub wNumbering: PARAFORMAT_NUMBERING,
pub Anonymous: PARAFORMAT_0,
pub dxStartIndent: i32,
pub dxRightIndent: i32,
pub dxOffset: i32,
pub wAlignment: PARAFORMAT_ALIGNMENT,
pub cTabCount: i16,
pub rgxTabs: [u32; 32],
}
Fields§
§cbSize: u32
§dwMask: PARAFORMAT_MASK
§wNumbering: PARAFORMAT_NUMBERING
§Anonymous: PARAFORMAT_0
§dxStartIndent: i32
§dxRightIndent: i32
§dxOffset: i32
§wAlignment: PARAFORMAT_ALIGNMENT
§cTabCount: i16
§rgxTabs: [u32; 32]
Trait Implementations§
§impl Clone for PARAFORMAT
impl Clone for PARAFORMAT
§fn clone(&self) -> PARAFORMAT
fn clone(&self) -> PARAFORMAT
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 moreimpl Copy for PARAFORMAT
Auto Trait Implementations§
impl Freeze for PARAFORMAT
impl RefUnwindSafe for PARAFORMAT
impl Send for PARAFORMAT
impl Sync for PARAFORMAT
impl Unpin for PARAFORMAT
impl UnwindSafe for PARAFORMAT
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