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