#[repr(transparent)]pub struct NoteIdx {
pub inner: Felt,
}Fields§
§inner: FeltTrait Implementations§
impl Copy for NoteIdx
impl Eq for NoteIdx
impl StructuralPartialEq for NoteIdx
Auto Trait Implementations§
impl Freeze for NoteIdx
impl RefUnwindSafe for NoteIdx
impl Send for NoteIdx
impl Sync for NoteIdx
impl Unpin for NoteIdx
impl UnwindSafe for NoteIdx
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