Struct SystemSetupInfo
pub struct SystemSetupInfo;
Implementations§
§impl SystemSetupInfo
impl SystemSetupInfo
pub fn OutOfBoxExperienceState() -> Result<SystemOutOfBoxExperienceState>
pub fn OutOfBoxExperienceStateChanged<P0>(handler: P0) -> Result<i64>where
P0: Param<EventHandler<IInspectable>>,
pub fn RemoveOutOfBoxExperienceStateChanged(token: i64) -> Result<()>
Auto Trait Implementations§
impl Freeze for SystemSetupInfo
impl RefUnwindSafe for SystemSetupInfo
impl Send for SystemSetupInfo
impl Sync for SystemSetupInfo
impl Unpin for SystemSetupInfo
impl UnwindSafe for SystemSetupInfo
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