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