Struct USearch
#[repr(transparent)]pub struct USearch(pub isize);
Tuple Fields§
§0: isize
Trait Implementations§
impl Copy for USearch
impl Eq for USearch
impl StructuralPartialEq for USearch
Auto Trait Implementations§
impl Freeze for USearch
impl RefUnwindSafe for USearch
impl Send for USearch
impl Sync for USearch
impl Unpin for USearch
impl UnwindSafe for USearch
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