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