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