#[repr(C)]pub struct list_attributes_s {
pub comparator: element_comparator,
pub seeker: element_seeker,
pub meter: element_meter,
pub copy_data: c_int,
pub hasher: element_hash_computer,
pub serializer: element_serializer,
pub unserializer: element_unserializer,
}Fields§
§comparator: element_comparator§seeker: element_seeker§meter: element_meter§copy_data: c_int§hasher: element_hash_computer§serializer: element_serializer§unserializer: element_unserializerTrait Implementations§
Source§impl Clone for list_attributes_s
impl Clone for list_attributes_s
Source§fn clone(&self) -> list_attributes_s
fn clone(&self) -> list_attributes_s
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 list_attributes_s
impl Debug for list_attributes_s
impl Copy for list_attributes_s
Auto Trait Implementations§
impl Freeze for list_attributes_s
impl RefUnwindSafe for list_attributes_s
impl Send for list_attributes_s
impl Sync for list_attributes_s
impl Unpin for list_attributes_s
impl UnwindSafe for list_attributes_s
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