#[repr(C)]pub struct tzEntry { /* private fields */ }
Trait Implementations§
Auto Trait Implementations§
impl Freeze for tzEntry
impl RefUnwindSafe for tzEntry
impl Send for tzEntry
impl Sync for tzEntry
impl Unpin for tzEntry
impl UnwindSafe for tzEntry
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