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.
source§impl CssLocation
 
impl CssLocation
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for CssLocation
impl Send for CssLocation
impl Sync for CssLocation
impl Unpin for CssLocation
impl UnwindSafe for CssLocation
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