#[repr(C)]pub struct PhoshWallClockClass {
pub parent_class: GObjectClass,
pub get_clock: Option<unsafe extern "C" fn(*mut PhoshWallClock, gboolean) -> *const c_char>,
pub get_time_t: Option<unsafe extern "C" fn(*mut PhoshWallClock) -> i64>,
pub _phosh_reserved2: Option<unsafe extern "C" fn()>,
pub _phosh_reserved3: Option<unsafe extern "C" fn()>,
pub _phosh_reserved4: Option<unsafe extern "C" fn()>,
pub _phosh_reserved5: Option<unsafe extern "C" fn()>,
pub _phosh_reserved6: Option<unsafe extern "C" fn()>,
pub _phosh_reserved7: Option<unsafe extern "C" fn()>,
pub _phosh_reserved8: Option<unsafe extern "C" fn()>,
pub _phosh_reserved9: Option<unsafe extern "C" fn()>,
}Fields§
§parent_class: GObjectClass§get_clock: Option<unsafe extern "C" fn(*mut PhoshWallClock, gboolean) -> *const c_char>§get_time_t: Option<unsafe extern "C" fn(*mut PhoshWallClock) -> i64>§_phosh_reserved2: Option<unsafe extern "C" fn()>§_phosh_reserved3: Option<unsafe extern "C" fn()>§_phosh_reserved4: Option<unsafe extern "C" fn()>§_phosh_reserved5: Option<unsafe extern "C" fn()>§_phosh_reserved6: Option<unsafe extern "C" fn()>§_phosh_reserved7: Option<unsafe extern "C" fn()>§_phosh_reserved8: Option<unsafe extern "C" fn()>§_phosh_reserved9: Option<unsafe extern "C" fn()>Trait Implementations§
Source§impl Clone for PhoshWallClockClass
impl Clone for PhoshWallClockClass
Source§fn clone(&self) -> PhoshWallClockClass
fn clone(&self) -> PhoshWallClockClass
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for PhoshWallClockClass
impl Debug for PhoshWallClockClass
impl Copy for PhoshWallClockClass
Auto Trait Implementations§
impl Freeze for PhoshWallClockClass
impl RefUnwindSafe for PhoshWallClockClass
impl !Send for PhoshWallClockClass
impl !Sync for PhoshWallClockClass
impl Unpin for PhoshWallClockClass
impl UnwindSafe for PhoshWallClockClass
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