#[repr(C)]pub struct GskRoundedClipNode { /* private fields */ }
Trait Implementations§
Auto Trait Implementations§
impl Freeze for GskRoundedClipNode
impl RefUnwindSafe for GskRoundedClipNode
impl !Send for GskRoundedClipNode
impl !Sync for GskRoundedClipNode
impl !Unpin for GskRoundedClipNode
impl UnwindSafe for GskRoundedClipNode
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