#[repr(C, packed(1))]pub struct pathComponent {
pub component_type: udf_Uint8_t,
pub lengthComponent_id: udf_Uint8_t,
pub componentFileVersionNum: udf_Uint16_t,
pub component_id: __IncompleteArrayField<udf_dstring>,
}Fields§
§component_type: udf_Uint8_t§lengthComponent_id: udf_Uint8_t§componentFileVersionNum: udf_Uint16_t§component_id: __IncompleteArrayField<udf_dstring>Auto Trait Implementations§
impl Freeze for pathComponent
impl RefUnwindSafe for pathComponent
impl Send for pathComponent
impl Sync for pathComponent
impl Unpin for pathComponent
impl UnwindSafe for pathComponent
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