Struct ExDuplicate
pub struct ExDuplicate<'ex> { /* private fields */ }Expand description
Default-param extender for Node::duplicate_ex.
Implementations§
§impl<'ex> ExDuplicate<'ex>
impl<'ex> ExDuplicate<'ex>
pub fn flags(self, flags: DuplicateFlags) -> ExDuplicate<'ex>
pub fn done(self) -> Option<Gd<Node>>
Auto Trait Implementations§
impl<'ex> Freeze for ExDuplicate<'ex>
impl<'ex> RefUnwindSafe for ExDuplicate<'ex>
impl<'ex> !Send for ExDuplicate<'ex>
impl<'ex> !Sync for ExDuplicate<'ex>
impl<'ex> Unpin for ExDuplicate<'ex>
impl<'ex> UnwindSafe for ExDuplicate<'ex>
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