#[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 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