#[repr(C)]pub struct FxPlugRustPluginDescriptor {
pub identifier: [c_char; 128],
pub display_name: [c_char; 128],
pub group_name: [c_char; 128],
pub info: [c_char; 256],
pub uuid: [c_char; 40],
pub source_count: u32,
}Fields§
§identifier: [c_char; 128]§display_name: [c_char; 128]§group_name: [c_char; 128]§info: [c_char; 256]§uuid: [c_char; 40]§source_count: u32Trait Implementations§
Source§impl Clone for FxPlugRustPluginDescriptor
impl Clone for FxPlugRustPluginDescriptor
Source§fn clone(&self) -> FxPlugRustPluginDescriptor
fn clone(&self) -> FxPlugRustPluginDescriptor
Returns a duplicate 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 moreSource§impl Debug for FxPlugRustPluginDescriptor
impl Debug for FxPlugRustPluginDescriptor
Source§impl Default for FxPlugRustPluginDescriptor
impl Default for FxPlugRustPluginDescriptor
impl Copy for FxPlugRustPluginDescriptor
impl Eq for FxPlugRustPluginDescriptor
impl StructuralPartialEq for FxPlugRustPluginDescriptor
Auto Trait Implementations§
impl Freeze for FxPlugRustPluginDescriptor
impl RefUnwindSafe for FxPlugRustPluginDescriptor
impl Send for FxPlugRustPluginDescriptor
impl Sync for FxPlugRustPluginDescriptor
impl Unpin for FxPlugRustPluginDescriptor
impl UnsafeUnpin for FxPlugRustPluginDescriptor
impl UnwindSafe for FxPlugRustPluginDescriptor
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