#[repr(C)]pub struct ClapNotePortInfo {
pub id: u32,
pub name: [c_char; 256],
pub flags: u32,
pub supported_dialects: u16,
pub preferred_dialect: u16,
}Fields§
§id: u32§name: [c_char; 256]§flags: u32§supported_dialects: u16§preferred_dialect: u16Auto Trait Implementations§
impl Freeze for ClapNotePortInfo
impl RefUnwindSafe for ClapNotePortInfo
impl Send for ClapNotePortInfo
impl Sync for ClapNotePortInfo
impl Unpin for ClapNotePortInfo
impl UnsafeUnpin for ClapNotePortInfo
impl UnwindSafe for ClapNotePortInfo
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