#[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 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 tagRemBRUSH
impl Debug for tagRemBRUSH
Source§impl Ord for tagRemBRUSH
impl Ord for tagRemBRUSH
Source§fn cmp(&self, other: &tagRemBRUSH) -> Ordering
fn cmp(&self, other: &tagRemBRUSH) -> 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 tagRemBRUSH
impl PartialEq for tagRemBRUSH
Source§impl PartialOrd for tagRemBRUSH
impl PartialOrd for tagRemBRUSH
impl Copy for tagRemBRUSH
impl Eq for tagRemBRUSH
impl StructuralPartialEq 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