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