Struct RemHBRUSH
#[repr(C)]pub struct RemHBRUSH {
pub cbData: u32,
pub data: [u8; 1],
}
Fields§
§cbData: u32
§data: [u8; 1]
Trait Implementations§
Auto Trait Implementations§
impl Freeze for RemHBRUSH
impl RefUnwindSafe for RemHBRUSH
impl Send for RemHBRUSH
impl Sync for RemHBRUSH
impl Unpin for RemHBRUSH
impl UnwindSafe for RemHBRUSH
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