Struct midi2::flex_data::PrimaryPerformerName
source · pub struct PrimaryPerformerName<B: Ump>(/* private fields */);Implementations§
source§impl<B: Ump> PrimaryPerformerName<B>
impl<B: Ump> PrimaryPerformerName<B>
pub fn optional_channel(&self) -> Option<u4>
pub fn set_optional_channel(&mut self, value: Option<u4>)where
B: BufferMut,
pub fn set_text(&mut self, value: &str)where
B: BufferMut + BufferResize,
pub fn try_set_text(&mut self, value: &str) -> Result<(), BufferOverflow>where
B: BufferMut + BufferTryResize,
pub fn text_bytes(&self) -> TextBytesIterator<'_>
pub fn text(&self) -> String
source§impl<B: Ump + BufferMut + BufferDefault + BufferResize> PrimaryPerformerName<B>
impl<B: Ump + BufferMut + BufferDefault + BufferResize> PrimaryPerformerName<B>
pub fn new() -> PrimaryPerformerName<B>
source§impl<B: Ump + BufferMut + BufferDefault + BufferTryResize> PrimaryPerformerName<B>
impl<B: Ump + BufferMut + BufferDefault + BufferTryResize> PrimaryPerformerName<B>
pub fn try_new() -> Result<PrimaryPerformerName<B>, BufferOverflow>
Trait Implementations§
source§impl<B: Ump> Debug for PrimaryPerformerName<B>
impl<B: Ump> Debug for PrimaryPerformerName<B>
source§impl<B: Ump> FlexDataMessage<B> for PrimaryPerformerName<B>
impl<B: Ump> FlexDataMessage<B> for PrimaryPerformerName<B>
source§impl<B: Ump> From<PrimaryPerformerName<B>> for FlexData<B>
impl<B: Ump> From<PrimaryPerformerName<B>> for FlexData<B>
source§fn from(original: PrimaryPerformerName<B>) -> FlexData<B>
fn from(original: PrimaryPerformerName<B>) -> FlexData<B>
Converts to this type from the input type.
source§impl<B: Ump> Grouped<B> for PrimaryPerformerName<B>
impl<B: Ump> Grouped<B> for PrimaryPerformerName<B>
source§impl<B: PartialEq + Ump> PartialEq for PrimaryPerformerName<B>
impl<B: PartialEq + Ump> PartialEq for PrimaryPerformerName<B>
source§fn eq(&self, other: &PrimaryPerformerName<B>) -> bool
fn eq(&self, other: &PrimaryPerformerName<B>) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl<A: Ump, B: Ump + BufferMut + BufferDefault + BufferResize> RebufferFrom<PrimaryPerformerName<A>> for PrimaryPerformerName<B>
impl<A: Ump, B: Ump + BufferMut + BufferDefault + BufferResize> RebufferFrom<PrimaryPerformerName<A>> for PrimaryPerformerName<B>
fn rebuffer_from(other: PrimaryPerformerName<A>) -> Self
source§impl<A: Ump, B: Ump + BufferMut + BufferDefault + BufferTryResize> TryRebufferFrom<PrimaryPerformerName<A>> for PrimaryPerformerName<B>
impl<A: Ump, B: Ump + BufferMut + BufferDefault + BufferTryResize> TryRebufferFrom<PrimaryPerformerName<A>> for PrimaryPerformerName<B>
fn try_rebuffer_from( other: PrimaryPerformerName<A> ) -> Result<Self, BufferOverflow>
impl<B: Eq + Ump> Eq for PrimaryPerformerName<B>
impl<B: Ump> StructuralPartialEq for PrimaryPerformerName<B>
Auto Trait Implementations§
impl<B> Freeze for PrimaryPerformerName<B>where
B: Freeze,
impl<B> RefUnwindSafe for PrimaryPerformerName<B>where
B: RefUnwindSafe,
impl<B> Send for PrimaryPerformerName<B>where
B: Send,
impl<B> Sync for PrimaryPerformerName<B>where
B: Sync,
impl<B> Unpin for PrimaryPerformerName<B>where
B: Unpin,
impl<B> UnwindSafe for PrimaryPerformerName<B>where
B: UnwindSafe,
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