#[repr(C)]pub struct tagSTYLEBUFA {
pub dwStyle: DWORD,
pub szDescription: [CHAR; 32],
}
Fields§
§dwStyle: DWORD
§szDescription: [CHAR; 32]
Trait Implementations§
Source§impl Clone for tagSTYLEBUFA
impl Clone for tagSTYLEBUFA
Source§fn clone(&self) -> tagSTYLEBUFA
fn clone(&self) -> tagSTYLEBUFA
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 tagSTYLEBUFA
impl Debug for tagSTYLEBUFA
Source§impl Ord for tagSTYLEBUFA
impl Ord for tagSTYLEBUFA
Source§fn cmp(&self, other: &tagSTYLEBUFA) -> Ordering
fn cmp(&self, other: &tagSTYLEBUFA) -> 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 tagSTYLEBUFA
impl PartialEq for tagSTYLEBUFA
Source§impl PartialOrd for tagSTYLEBUFA
impl PartialOrd for tagSTYLEBUFA
impl Copy for tagSTYLEBUFA
impl Eq for tagSTYLEBUFA
impl StructuralPartialEq for tagSTYLEBUFA
Auto Trait Implementations§
impl Freeze for tagSTYLEBUFA
impl RefUnwindSafe for tagSTYLEBUFA
impl Send for tagSTYLEBUFA
impl Sync for tagSTYLEBUFA
impl Unpin for tagSTYLEBUFA
impl UnwindSafe for tagSTYLEBUFA
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