pub struct DCStruct<'dc> {
dcfile: &'dc DCFile<'dc>,
}
Fields§
§dcfile: &'dc DCFile<'dc>
Trait Implementations§
Source§impl DCFileConfigAccessor for DCStruct<'_>
impl DCFileConfigAccessor for DCStruct<'_>
fn get_dc_config(&self) -> &DCFileConfig
Source§impl LegacyDCHash for DCStruct<'_>
impl LegacyDCHash for DCStruct<'_>
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