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