Struct windows_sys::ApplicationModel::Store::Preview::StoreLogOptions
[−]#[repr(transparent)]pub struct StoreLogOptions(pub u32);
Expand description
Required features: "ApplicationModel_Store_Preview"
Tuple Fields
0: u32
Implementations
impl StoreLogOptions
impl StoreLogOptions
pub const None: Self = Self(0u32)
pub const TryElevate: Self = Self(1u32)
Trait Implementations
impl Clone for StoreLogOptions
impl Clone for StoreLogOptions
impl Copy for StoreLogOptions
Auto Trait Implementations
impl RefUnwindSafe for StoreLogOptions
impl Send for StoreLogOptions
impl Sync for StoreLogOptions
impl Unpin for StoreLogOptions
impl UnwindSafe for StoreLogOptions
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
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