pub struct GskCompositeNode { /* private fields */ }Trait Implementations§
Auto Trait Implementations§
impl Freeze for GskCompositeNode
impl RefUnwindSafe for GskCompositeNode
impl !Send for GskCompositeNode
impl !Sync for GskCompositeNode
impl !Unpin for GskCompositeNode
impl UnwindSafe for GskCompositeNode
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