Struct core_foundation::date::__CFDate
source · #[repr(C)]pub struct __CFDate(/* private fields */);
Auto Trait Implementations§
impl Freeze for __CFDate
impl RefUnwindSafe for __CFDate
impl Send for __CFDate
impl Sync for __CFDate
impl Unpin for __CFDate
impl UnwindSafe for __CFDate
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