#[repr(transparent)]pub struct TimeCoord { /* private fields */ }
Expand description
Implementations§
source§impl TimeCoord
impl TimeCoord
pub fn as_ptr(&self) -> *mut GdkTimeCoord
sourcepub unsafe fn from_glib_ptr_borrow<'a>(ptr: *const GdkTimeCoord) -> &'a Self
pub unsafe fn from_glib_ptr_borrow<'a>(ptr: *const GdkTimeCoord) -> &'a Self
Borrows the underlying C value.
sourcepub unsafe fn from_glib_ptr_borrow_mut<'a>(
ptr: *mut GdkTimeCoord
) -> &'a mut Self
pub unsafe fn from_glib_ptr_borrow_mut<'a>( ptr: *mut GdkTimeCoord ) -> &'a mut Self
Borrows the underlying C value mutably.