Struct core_foundation::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
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