#[repr(C)]pub struct ChordEvent {
pub root: int16,
pub bassNote: int16,
pub mask: int16,
pub textLen: uint16,
pub text: *const TChar,
}Fields§
§root: int16§bassNote: int16§mask: int16§textLen: uint16§text: *const TCharTrait Implementations§
Source§impl Clone for ChordEvent
impl Clone for ChordEvent
Source§fn clone(&self) -> ChordEvent
fn clone(&self) -> ChordEvent
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for ChordEvent
impl Send for ChordEvent
impl Sync for ChordEvent
Auto Trait Implementations§
impl Freeze for ChordEvent
impl RefUnwindSafe for ChordEvent
impl Unpin for ChordEvent
impl UnwindSafe for ChordEvent
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