Struct vst3::Steinberg::Vst::IContextMenuItem
source · #[repr(C)]pub struct IContextMenuItem {
pub name: String128,
pub tag: int32,
pub flags: int32,
}
Fields§
§name: String128
§tag: int32
§flags: int32
Trait Implementations§
source§impl Clone for IContextMenuItem
impl Clone for IContextMenuItem
source§fn clone(&self) -> IContextMenuItem
fn clone(&self) -> IContextMenuItem
Returns a copy 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 IContextMenuItem
impl Send for IContextMenuItem
impl Sync for IContextMenuItem
Auto Trait Implementations§
impl RefUnwindSafe for IContextMenuItem
impl Unpin for IContextMenuItem
impl UnwindSafe for IContextMenuItem
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