#[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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)