#[repr(C)]pub struct MIDIObjectPropertyChangeNotification {
pub messageID: MIDINotificationMessageID,
pub messageSize: UInt32,
pub object: MIDIObjectRef,
pub objectType: MIDIObjectType,
pub propertyName: CFStringRef,
}
Fields§
§messageID: MIDINotificationMessageID
§messageSize: UInt32
§object: MIDIObjectRef
§objectType: MIDIObjectType
§propertyName: CFStringRef
Auto Trait Implementations§
impl Freeze for MIDIObjectPropertyChangeNotification
impl RefUnwindSafe for MIDIObjectPropertyChangeNotification
impl !Send for MIDIObjectPropertyChangeNotification
impl !Sync for MIDIObjectPropertyChangeNotification
impl Unpin for MIDIObjectPropertyChangeNotification
impl UnwindSafe for MIDIObjectPropertyChangeNotification
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