Struct windows::ApplicationModel::DataTransfer::HtmlFormatHelper
pub struct HtmlFormatHelper;
Implementations§
§impl HtmlFormatHelper
impl HtmlFormatHelper
pub fn GetStaticFragment(htmlformat: &HSTRING) -> Result<HSTRING>
pub fn CreateHtmlFormat(htmlfragment: &HSTRING) -> Result<HSTRING>
Auto Trait Implementations§
impl Freeze for HtmlFormatHelper
impl RefUnwindSafe for HtmlFormatHelper
impl Send for HtmlFormatHelper
impl Sync for HtmlFormatHelper
impl Unpin for HtmlFormatHelper
impl UnwindSafe for HtmlFormatHelper
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