#[repr(C, packed(1))]pub struct appUseExtAttr {
pub attr_type: udf_Uint32_t,
pub attr_subtype: udf_Uint8_t,
pub reserved: [udf_Uint8_t; 3],
pub attrLength: udf_Uint32_t,
pub appUseLength: udf_Uint32_t,
pub app_id: udf_regid_t,
pub appUse: __IncompleteArrayField<udf_Uint8_t>,
}Fields§
§attr_type: udf_Uint32_t§attr_subtype: udf_Uint8_t§reserved: [udf_Uint8_t; 3]§attrLength: udf_Uint32_t§appUseLength: udf_Uint32_t§app_id: udf_regid_t§appUse: __IncompleteArrayField<udf_Uint8_t>Auto Trait Implementations§
impl Freeze for appUseExtAttr
impl RefUnwindSafe for appUseExtAttr
impl Send for appUseExtAttr
impl Sync for appUseExtAttr
impl Unpin for appUseExtAttr
impl UnsafeUnpin for appUseExtAttr
impl UnwindSafe for appUseExtAttr
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