#[repr(C)]pub struct tagLOGPEN {
pub lopnStyle: UINT,
pub lopnWidth: POINT,
pub lopnColor: COLORREF,
}Fields§
§lopnStyle: UINT§lopnWidth: POINT§lopnColor: COLORREFTrait Implementations§
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