#[repr(C)]pub enum luarequire_NavigateResult {
Success = 0,
Ambiguous = 1,
NotFound = 2,
}
Available on crate feature
luau
only.Variants§
Auto Trait Implementations§
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