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
pub const TryElevate: Self
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 · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more