#[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 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 tagRemHPALETTE
impl Debug for tagRemHPALETTE
impl Copy 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