#[repr(C, packed(1))]pub struct anchor_vol_desc_ptr_s {
pub tag: udf_tag_t,
pub main_vol_desc_seq_ext: udf_extent_ad_t,
pub reserve_vol_desc_seq_ext: udf_extent_ad_t,
pub reserved: [udf_Uint8_t; 480],
}Fields§
§tag: udf_tag_t§main_vol_desc_seq_ext: udf_extent_ad_t§reserve_vol_desc_seq_ext: udf_extent_ad_t§reserved: [udf_Uint8_t; 480]Trait Implementations§
Source§impl Clone for anchor_vol_desc_ptr_s
impl Clone for anchor_vol_desc_ptr_s
Source§fn clone(&self) -> anchor_vol_desc_ptr_s
fn clone(&self) -> anchor_vol_desc_ptr_s
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 anchor_vol_desc_ptr_s
impl Debug for anchor_vol_desc_ptr_s
impl Copy for anchor_vol_desc_ptr_s
Auto Trait Implementations§
impl Freeze for anchor_vol_desc_ptr_s
impl RefUnwindSafe for anchor_vol_desc_ptr_s
impl Send for anchor_vol_desc_ptr_s
impl Sync for anchor_vol_desc_ptr_s
impl Unpin for anchor_vol_desc_ptr_s
impl UnwindSafe for anchor_vol_desc_ptr_s
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