#[repr(C, packed(1))]pub struct filetimes_ext_attr_s {
pub attr_type: udf_Uint32_t,
pub attr_subtype: udf_Uint8_t,
pub reserved: [udf_Uint8_t; 3],
pub attrLength: udf_Uint32_t,
pub dataLength: udf_Uint32_t,
pub fileTimeExistence: udf_Uint32_t,
pub fileTimes: udf_Uint8_t,
}Fields§
§attr_type: udf_Uint32_t§attr_subtype: udf_Uint8_t§reserved: [udf_Uint8_t; 3]§attrLength: udf_Uint32_t§dataLength: udf_Uint32_t§fileTimeExistence: udf_Uint32_t§fileTimes: udf_Uint8_tTrait Implementations§
Source§impl Clone for filetimes_ext_attr_s
impl Clone for filetimes_ext_attr_s
Source§fn clone(&self) -> filetimes_ext_attr_s
fn clone(&self) -> filetimes_ext_attr_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 filetimes_ext_attr_s
impl Debug for filetimes_ext_attr_s
impl Copy for filetimes_ext_attr_s
Auto Trait Implementations§
impl Freeze for filetimes_ext_attr_s
impl RefUnwindSafe for filetimes_ext_attr_s
impl Send for filetimes_ext_attr_s
impl Sync for filetimes_ext_attr_s
impl Unpin for filetimes_ext_attr_s
impl UnwindSafe for filetimes_ext_attr_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