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