#[repr(C)]pub struct ss_plugin_table_info {
pub name: *const c_char,
pub key_type: ss_plugin_state_type,
}
Fields§
§name: *const c_char
§key_type: ss_plugin_state_type
Trait Implementations§
Source§impl Clone for ss_plugin_table_info
impl Clone for ss_plugin_table_info
Source§fn clone(&self) -> ss_plugin_table_info
fn clone(&self) -> ss_plugin_table_info
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 ss_plugin_table_info
Auto Trait Implementations§
impl Freeze for ss_plugin_table_info
impl RefUnwindSafe for ss_plugin_table_info
impl !Send for ss_plugin_table_info
impl !Sync for ss_plugin_table_info
impl Unpin for ss_plugin_table_info
impl UnwindSafe for ss_plugin_table_info
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