Struct windows_sys::Win32::UI::Controls::RichEdit::RICHEDIT_IMAGE_PARAMETERS
[−]#[repr(C, packed(4))]pub struct RICHEDIT_IMAGE_PARAMETERS {
pub xWidth: i32,
pub yHeight: i32,
pub Ascent: i32,
pub Type: TEXT_ALIGN_OPTIONS,
pub pwszAlternateText: PCWSTR,
pub pIStream: IStream,
}
Expand description
Required features: "Win32_UI_Controls_RichEdit"
, "Win32_Graphics_Gdi"
, "Win32_System_Com"
Fields
xWidth: i32
yHeight: i32
Ascent: i32
Type: TEXT_ALIGN_OPTIONS
pwszAlternateText: PCWSTR
pIStream: IStream
Trait Implementations
impl Clone for RICHEDIT_IMAGE_PARAMETERS
impl Clone for RICHEDIT_IMAGE_PARAMETERS
impl Copy for RICHEDIT_IMAGE_PARAMETERS
Auto Trait Implementations
impl RefUnwindSafe for RICHEDIT_IMAGE_PARAMETERS
impl !Send for RICHEDIT_IMAGE_PARAMETERS
impl !Sync for RICHEDIT_IMAGE_PARAMETERS
impl Unpin for RICHEDIT_IMAGE_PARAMETERS
impl UnwindSafe for RICHEDIT_IMAGE_PARAMETERS
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more