Struct windows_sys::Globalization::DayOfWeek
[−]#[repr(transparent)]pub struct DayOfWeek(pub i32);Expand description
Required features: ‘Globalization’
Tuple Fields
0: i32Implementations
impl DayOfWeek
impl DayOfWeek
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for DayOfWeek
impl Send for DayOfWeek
impl Sync for DayOfWeek
impl Unpin for DayOfWeek
impl UnwindSafe for DayOfWeek
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