#[repr(C)]pub struct SpecialPens {
pub sp_Version: WORD,
pub sp_DarkPen: LONG,
pub sp_LightPen: LONG,
}Fields§
§sp_Version: WORD§sp_DarkPen: LONG§sp_LightPen: LONGTrait Implementations§
Source§impl Clone for SpecialPens
impl Clone for SpecialPens
Source§fn clone(&self) -> SpecialPens
fn clone(&self) -> SpecialPens
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for SpecialPens
Auto Trait Implementations§
impl Freeze for SpecialPens
impl RefUnwindSafe for SpecialPens
impl Send for SpecialPens
impl Sync for SpecialPens
impl Unpin for SpecialPens
impl UnsafeUnpin for SpecialPens
impl UnwindSafe for SpecialPens
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