pub struct Basetime {
pub val: i64,
}Expand description
See _cef_basetime_t for more documentation.
Fields§
§val: i64Trait Implementations§
Source§impl From<Basetime> for _cef_basetime_t
impl From<Basetime> for _cef_basetime_t
Source§impl From<_cef_basetime_t> for Basetime
impl From<_cef_basetime_t> for Basetime
Source§fn from(value: _cef_basetime_t) -> Self
fn from(value: _cef_basetime_t) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for Basetime
impl RefUnwindSafe for Basetime
impl Send for Basetime
impl Sync for Basetime
impl Unpin for Basetime
impl UnwindSafe for Basetime
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