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