pub struct NoteRef {
pub stream: NoteStream,
pub id: i32,
}Expand description
A reference to one note, unique across both streams.
Fields§
§stream: NoteStream§id: i32Trait Implementations§
impl Copy for NoteRef
impl Eq for NoteRef
impl StructuralPartialEq for NoteRef
Auto Trait Implementations§
impl Freeze for NoteRef
impl RefUnwindSafe for NoteRef
impl Send for NoteRef
impl Sync for NoteRef
impl Unpin for NoteRef
impl UnsafeUnpin for NoteRef
impl UnwindSafe for NoteRef
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