#[repr(C, packed(1))]pub struct partitionIntegrityEntry {
pub tag: udf_tag_t,
pub icb_tag: udf_icbtag_t,
pub recording_time: udf_timestamp_t,
pub integrityType: udf_Uint8_t,
pub reserved: [udf_Uint8_t; 175],
pub imp_id: udf_regid_t,
pub imp_use: [udf_Uint8_t; 256],
}Fields§
§tag: udf_tag_t§icb_tag: udf_icbtag_t§recording_time: udf_timestamp_t§integrityType: udf_Uint8_t§reserved: [udf_Uint8_t; 175]§imp_id: udf_regid_t§imp_use: [udf_Uint8_t; 256]Trait Implementations§
Source§impl Clone for partitionIntegrityEntry
impl Clone for partitionIntegrityEntry
Source§fn clone(&self) -> partitionIntegrityEntry
fn clone(&self) -> partitionIntegrityEntry
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 partitionIntegrityEntry
impl Debug for partitionIntegrityEntry
impl Copy for partitionIntegrityEntry
Auto Trait Implementations§
impl Freeze for partitionIntegrityEntry
impl RefUnwindSafe for partitionIntegrityEntry
impl Send for partitionIntegrityEntry
impl Sync for partitionIntegrityEntry
impl Unpin for partitionIntegrityEntry
impl UnwindSafe for partitionIntegrityEntry
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