pub struct BooleanProperty(/* private fields */);Expand description
A MIDI object property which value is a Boolean
Implementations§
Trait Implementations§
Source§impl<T> PropertyGetter<T> for BooleanProperty
impl<T> PropertyGetter<T> for BooleanProperty
Auto Trait Implementations§
impl Freeze for BooleanProperty
impl RefUnwindSafe for BooleanProperty
impl !Send for BooleanProperty
impl !Sync for BooleanProperty
impl Unpin for BooleanProperty
impl UnwindSafe for BooleanProperty
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