Struct RICHEDIT_IMAGE_PARAMETERS
#[repr(C, packed(4))]pub struct RICHEDIT_IMAGE_PARAMETERS {
pub xWidth: i32,
pub yHeight: i32,
pub Ascent: i32,
pub Type: i32,
pub pwszAlternateText: PCWSTR,
pub pIStream: ManuallyDrop<Option<IStream>>,
}Fields§
§xWidth: i32§yHeight: i32§Ascent: i32§Type: i32§pwszAlternateText: PCWSTR§pIStream: ManuallyDrop<Option<IStream>>Trait Implementations§
Auto Trait Implementations§
impl Freeze for RICHEDIT_IMAGE_PARAMETERS
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§
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