#[repr(C, packed(2))]pub struct UIExtPens {
pub extp_Version: WORD,
pub extp_DarkPen: LONG,
pub extp_LightPen: LONG,
}Fields§
§extp_Version: WORD§extp_DarkPen: LONG§extp_LightPen: LONGTrait Implementations§
Auto Trait Implementations§
impl Freeze for UIExtPens
impl RefUnwindSafe for UIExtPens
impl Send for UIExtPens
impl Sync for UIExtPens
impl Unpin for UIExtPens
impl UnwindSafe for UIExtPens
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