#[repr(C)]pub struct tagSTYLESTRUCT {
pub styleOld: DWORD,
pub styleNew: DWORD,
}
Fields§
§styleOld: DWORD
§styleNew: DWORD
Trait Implementations§
Source§impl Clone for tagSTYLESTRUCT
impl Clone for tagSTYLESTRUCT
Source§fn clone(&self) -> tagSTYLESTRUCT
fn clone(&self) -> tagSTYLESTRUCT
Returns a copy 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
Source§impl Ord for tagSTYLESTRUCT
impl Ord for tagSTYLESTRUCT
Source§fn cmp(&self, other: &tagSTYLESTRUCT) -> Ordering
fn cmp(&self, other: &tagSTYLESTRUCT) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for tagSTYLESTRUCT
impl PartialEq for tagSTYLESTRUCT
Source§impl PartialOrd for tagSTYLESTRUCT
impl PartialOrd for tagSTYLESTRUCT
impl Copy for tagSTYLESTRUCT
impl Eq for tagSTYLESTRUCT
impl StructuralPartialEq 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