#[repr(C)]pub struct cmd_line_selection_interface {
pub new_selection: Option<unsafe extern "C" fn(obj: *mut conf_object_t, x: c_int, y: c_int)>,
pub to_clipboard: Option<unsafe extern "C" fn(obj: *mut conf_object_t, str_: *const c_char)>,
}
Fields§
§new_selection: Option<unsafe extern "C" fn(obj: *mut conf_object_t, x: c_int, y: c_int)>
§to_clipboard: Option<unsafe extern "C" fn(obj: *mut conf_object_t, str_: *const c_char)>
Trait Implementations§
source§impl Clone for cmd_line_selection_interface
impl Clone for cmd_line_selection_interface
source§fn clone(&self) -> cmd_line_selection_interface
fn clone(&self) -> cmd_line_selection_interface
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 moresource§impl Debug for cmd_line_selection_interface
impl Debug for cmd_line_selection_interface
source§impl Default for cmd_line_selection_interface
impl Default for cmd_line_selection_interface
source§fn default() -> cmd_line_selection_interface
fn default() -> cmd_line_selection_interface
Returns the “default value” for a type. Read more
source§impl Hash for cmd_line_selection_interface
impl Hash for cmd_line_selection_interface
source§impl Ord for cmd_line_selection_interface
impl Ord for cmd_line_selection_interface
source§fn cmp(&self, other: &cmd_line_selection_interface) -> Ordering
fn cmp(&self, other: &cmd_line_selection_interface) -> Ordering
1.21.0 · source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
source§impl PartialEq for cmd_line_selection_interface
impl PartialEq for cmd_line_selection_interface
source§fn eq(&self, other: &cmd_line_selection_interface) -> bool
fn eq(&self, other: &cmd_line_selection_interface) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.source§impl PartialOrd for cmd_line_selection_interface
impl PartialOrd for cmd_line_selection_interface
impl Copy for cmd_line_selection_interface
impl Eq for cmd_line_selection_interface
impl StructuralPartialEq for cmd_line_selection_interface
Auto Trait Implementations§
impl Freeze for cmd_line_selection_interface
impl RefUnwindSafe for cmd_line_selection_interface
impl Send for cmd_line_selection_interface
impl Sync for cmd_line_selection_interface
impl Unpin for cmd_line_selection_interface
impl UnwindSafe for cmd_line_selection_interface
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)