Struct LINEATTRS
#[repr(C)]pub struct LINEATTRS {
pub fl: u32,
pub iJoin: u32,
pub iEndCap: u32,
pub elWidth: FLOAT_LONG,
pub eMiterLimit: f32,
pub cstyle: u32,
pub pstyle: *mut FLOAT_LONG,
pub elStyleState: FLOAT_LONG,
}
Fields§
§fl: u32
§iJoin: u32
§iEndCap: u32
§elWidth: FLOAT_LONG
§eMiterLimit: f32
§cstyle: u32
§pstyle: *mut FLOAT_LONG
§elStyleState: FLOAT_LONG
Trait Implementations§
Auto Trait Implementations§
impl Freeze for LINEATTRS
impl RefUnwindSafe for LINEATTRS
impl !Send for LINEATTRS
impl !Sync for LINEATTRS
impl Unpin for LINEATTRS
impl UnwindSafe for LINEATTRS
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