Struct gsk4::RoundedClipNode
source · [−]#[repr(transparent)]pub struct RoundedClipNode { /* private fields */ }
Implementations
sourceimpl RoundedClipNode
impl RoundedClipNode
pub fn new(child: impl AsRef<RenderNode>, clip: &RoundedRect) -> RoundedClipNode
pub fn child(&self) -> RenderNode
pub fn clip(&self) -> RoundedRect
Methods from Deref<Target = RenderNode>
pub const NONE: Option<&'static RenderNode>
pub fn draw(&self, cr: &Context)
pub fn bounds(&self) -> Rect
pub fn node_type(&self) -> RenderNodeType
pub fn serialize(&self) -> Bytes
pub fn write_to_file(&self, filename: impl AsRef<Path>) -> Result<(), Error>
pub fn is<T: IsRenderNode>(&self) -> bool
pub fn type_(&self) -> Type
pub fn downcast_ref<T: IsRenderNode>(&self) -> Option<&T>
Trait Implementations
sourceimpl AsRef<RenderNode> for RoundedClipNode
impl AsRef<RenderNode> for RoundedClipNode
sourcefn as_ref(&self) -> &RenderNode
fn as_ref(&self) -> &RenderNode
Converts this type into a shared reference of the (usually inferred) input type.
sourceimpl Clone for RoundedClipNode
impl Clone for RoundedClipNode
sourceimpl Debug for RoundedClipNode
impl Debug for RoundedClipNode
sourceimpl Deref for RoundedClipNode
impl Deref for RoundedClipNode
type Target = RenderNode
type Target = RenderNode
The resulting type after dereferencing.
sourceimpl Display for RoundedClipNode
impl Display for RoundedClipNode
sourceimpl IsRenderNode for RoundedClipNode
impl IsRenderNode for RoundedClipNode
const NODE_TYPE: RenderNodeType
fn upcast(self) -> RenderNode
fn upcast_ref(&self) -> &RenderNode
sourceimpl StaticType for RoundedClipNode
impl StaticType for RoundedClipNode
sourcefn static_type() -> Type
fn static_type() -> Type
Returns the type identifier of Self
.
Auto Trait Implementations
impl RefUnwindSafe for RoundedClipNode
impl !Send for RoundedClipNode
impl !Sync for RoundedClipNode
impl Unpin for RoundedClipNode
impl UnwindSafe for RoundedClipNode
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
sourceimpl<T> StaticTypeExt for T where
T: StaticType,
impl<T> StaticTypeExt for T where
T: StaticType,
sourcefn ensure_type()
fn ensure_type()
Ensures that the type has been registered with the type system.
sourceimpl<T> ToOwned for T where
T: Clone,
impl<T> ToOwned for T where
T: Clone,
type Owned = T
type Owned = T
The resulting type after obtaining ownership.
sourcefn clone_into(&self, target: &mut T)
fn clone_into(&self, target: &mut T)
🔬 This is a nightly-only experimental API. (
toowned_clone_into
)Uses borrowed data to replace owned data, usually by cloning. Read more