#[repr(C)]pub struct tagLOGPEN {
pub lopnStyle: UINT,
pub lopnWidth: POINT,
pub lopnColor: COLORREF,
}
Fields§
§lopnStyle: UINT
§lopnWidth: POINT
§lopnColor: COLORREF
Trait Implementations§
Source§impl Ord for tagLOGPEN
impl Ord for tagLOGPEN
Source§impl PartialOrd for tagLOGPEN
impl PartialOrd for tagLOGPEN
impl Copy for tagLOGPEN
impl Eq for tagLOGPEN
impl StructuralPartialEq for tagLOGPEN
Auto Trait Implementations§
impl Freeze for tagLOGPEN
impl RefUnwindSafe for tagLOGPEN
impl Send for tagLOGPEN
impl Sync for tagLOGPEN
impl Unpin for tagLOGPEN
impl UnwindSafe for tagLOGPEN
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