#[repr(C)]pub struct PioModuleSourceView {
pub id: PioStringView,
pub name: PioStringView,
pub byte_length: u64,
pub format: PioStringView,
pub has_format: bool,
pub digest_algorithm: PioStringView,
pub digest: PioStringView,
pub has_digest: bool,
}Expand description
One durable source descriptor recorded with a module.
Fields§
§id: PioStringView§name: PioStringView§byte_length: u64§format: PioStringView§has_format: bool§digest_algorithm: PioStringView§digest: PioStringView§has_digest: boolTrait Implementations§
Source§impl Clone for PioModuleSourceView
impl Clone for PioModuleSourceView
Source§fn clone(&self) -> PioModuleSourceView
fn clone(&self) -> PioModuleSourceView
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 PioModuleSourceView
Auto Trait Implementations§
impl !Send for PioModuleSourceView
impl !Sync for PioModuleSourceView
impl Freeze for PioModuleSourceView
impl RefUnwindSafe for PioModuleSourceView
impl Unpin for PioModuleSourceView
impl UnsafeUnpin for PioModuleSourceView
impl UnwindSafe for PioModuleSourceView
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