Struct windows_sys::Storage::Search::DateStackOption
[−]#[repr(transparent)]pub struct DateStackOption(pub i32);
Expand description
Required features: "Storage_Search"
Tuple Fields
0: i32
Implementations
impl DateStackOption
impl DateStackOption
Trait Implementations
impl Clone for DateStackOption
impl Clone for DateStackOption
impl Copy for DateStackOption
Auto Trait Implementations
impl RefUnwindSafe for DateStackOption
impl Send for DateStackOption
impl Sync for DateStackOption
impl Unpin for DateStackOption
impl UnwindSafe for DateStackOption
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