Struct donet_core::dcstruct::DCStruct
source · pub struct DCStruct<'dc> {
dcfile: &'dc DCFile<'dc>,
}
Fields§
§dcfile: &'dc DCFile<'dc>
Trait Implementations§
source§impl<'dc> DCFileConfigAccessor for DCStruct<'dc>
impl<'dc> DCFileConfigAccessor for DCStruct<'dc>
fn get_dc_config(&self) -> &DCFileConfig
source§impl<'dc> LegacyDCHash for DCStruct<'dc>
impl<'dc> LegacyDCHash for DCStruct<'dc>
source§fn generate_hash(&self, _: &mut DCHashGenerator)
fn generate_hash(&self, _: &mut DCHashGenerator)
Accumulates the properties of this DC element into the file hash.
Auto Trait Implementations§
impl<'dc> Freeze for DCStruct<'dc>
impl<'dc> RefUnwindSafe for DCStruct<'dc>
impl<'dc> Send for DCStruct<'dc>
impl<'dc> Sync for DCStruct<'dc>
impl<'dc> Unpin for DCStruct<'dc>
impl<'dc> UnwindSafe for DCStruct<'dc>
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
)