#[repr(C, packed(1))]pub struct generic_partition_map1 {
pub partition_map_type: udf_Uint8_t,
pub partition_map_length: udf_Uint8_t,
pub vol_seq_num: udf_Uint16_t,
pub i_partition: udf_Uint16_t,
}
Fields§
§partition_map_type: udf_Uint8_t
§partition_map_length: udf_Uint8_t
§vol_seq_num: udf_Uint16_t
§i_partition: udf_Uint16_t
Trait Implementations§
Source§impl Clone for generic_partition_map1
impl Clone for generic_partition_map1
Source§fn clone(&self) -> generic_partition_map1
fn clone(&self) -> generic_partition_map1
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 generic_partition_map1
impl Debug for generic_partition_map1
impl Copy for generic_partition_map1
Auto Trait Implementations§
impl Freeze for generic_partition_map1
impl RefUnwindSafe for generic_partition_map1
impl Send for generic_partition_map1
impl Sync for generic_partition_map1
impl Unpin for generic_partition_map1
impl UnwindSafe for generic_partition_map1
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