#[repr(C)]pub struct FFKeyValuePair {
pub key: *const c_char,
pub value: c_int,
}Fields§
§key: *const c_char§value: c_intTrait Implementations§
Source§impl Clone for FFKeyValuePair
impl Clone for FFKeyValuePair
Source§fn clone(&self) -> FFKeyValuePair
fn clone(&self) -> FFKeyValuePair
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for FFKeyValuePair
Auto Trait Implementations§
impl !Send for FFKeyValuePair
impl !Sync for FFKeyValuePair
impl Freeze for FFKeyValuePair
impl RefUnwindSafe for FFKeyValuePair
impl Unpin for FFKeyValuePair
impl UnsafeUnpin 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