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