Struct core_foundation_sys::timezone::__CFTimeZone
source · #[repr(C)]pub struct __CFTimeZone(_);
Auto Trait Implementations§
impl RefUnwindSafe for __CFTimeZone
impl Send for __CFTimeZone
impl Sync for __CFTimeZone
impl Unpin for __CFTimeZone
impl UnwindSafe for __CFTimeZone
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