Struct windows::Globalization::ClockIdentifiers
pub struct ClockIdentifiers;
Implementations§
§impl ClockIdentifiers
impl ClockIdentifiers
pub fn TwelveHour() -> Result<HSTRING>
pub fn TwentyFourHour() -> Result<HSTRING>
Auto Trait Implementations§
impl Freeze for ClockIdentifiers
impl RefUnwindSafe for ClockIdentifiers
impl Send for ClockIdentifiers
impl Sync for ClockIdentifiers
impl Unpin for ClockIdentifiers
impl UnwindSafe for ClockIdentifiers
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