Struct windows::UI::Notifications::Preview::ToastOcclusionManagerPreview
pub struct ToastOcclusionManagerPreview;
Implementations§
§impl ToastOcclusionManagerPreview
impl ToastOcclusionManagerPreview
pub fn SetToastWindowMargin(appwindowid: WindowId, margin: f64) -> Result<()>
Auto Trait Implementations§
impl Freeze for ToastOcclusionManagerPreview
impl RefUnwindSafe for ToastOcclusionManagerPreview
impl Send for ToastOcclusionManagerPreview
impl Sync for ToastOcclusionManagerPreview
impl Unpin for ToastOcclusionManagerPreview
impl UnwindSafe for ToastOcclusionManagerPreview
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