#[repr(C)]pub struct ListDictionary {
pub len: c_int,
pub dictIds: *mut Oid,
}Fields§
§len: c_int§dictIds: *mut OidTrait Implementations§
Source§impl Clone for ListDictionary
impl Clone for ListDictionary
Source§fn clone(&self) -> ListDictionary
fn clone(&self) -> ListDictionary
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 ListDictionary
impl Debug for ListDictionary
Source§impl Default for ListDictionary
impl Default for ListDictionary
impl Copy for ListDictionary
Auto Trait Implementations§
impl Freeze for ListDictionary
impl RefUnwindSafe for ListDictionary
impl !Send for ListDictionary
impl !Sync for ListDictionary
impl Unpin for ListDictionary
impl UnwindSafe for ListDictionary
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