#[repr(C)]pub struct tagSTYLESTRUCT {
pub styleOld: DWORD,
pub styleNew: DWORD,
}Fields§
§styleOld: DWORD§styleNew: DWORDTrait Implementations§
Source§impl Clone for tagSTYLESTRUCT
impl Clone for tagSTYLESTRUCT
Source§fn clone(&self) -> tagSTYLESTRUCT
fn clone(&self) -> tagSTYLESTRUCT
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for tagSTYLESTRUCT
impl Debug for tagSTYLESTRUCT
impl Copy for tagSTYLESTRUCT
Auto Trait Implementations§
impl Freeze for tagSTYLESTRUCT
impl RefUnwindSafe for tagSTYLESTRUCT
impl Send for tagSTYLESTRUCT
impl Sync for tagSTYLESTRUCT
impl Unpin for tagSTYLESTRUCT
impl UnwindSafe for tagSTYLESTRUCT
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