Struct ExGetChildCount
pub struct ExGetChildCount<'a> { /* private fields */ }
Expand description
Default-param extender for Node::get_child_count_ex
.
Implementations§
§impl<'a> ExGetChildCount<'a>
impl<'a> ExGetChildCount<'a>
pub fn include_internal(self, include_internal: bool) -> ExGetChildCount<'a>
pub fn done(self) -> i32
Auto Trait Implementations§
impl<'a> Freeze for ExGetChildCount<'a>
impl<'a> RefUnwindSafe for ExGetChildCount<'a>
impl<'a> !Send for ExGetChildCount<'a>
impl<'a> !Sync for ExGetChildCount<'a>
impl<'a> Unpin for ExGetChildCount<'a>
impl<'a> UnwindSafe for ExGetChildCount<'a>
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