Struct libcdio_sys::alt_perms_s
source · #[repr(C, packed)]pub struct alt_perms_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 owner_id: udf_Uint16_t,
pub group_id: udf_Uint16_t,
pub permission: udf_Uint16_t,
}Fields
attr_type: udf_Uint32_tattr_subtype: udf_Uint8_treserved: [udf_Uint8_t; 3]attrLength: udf_Uint32_towner_id: udf_Uint16_tgroup_id: udf_Uint16_tpermission: udf_Uint16_tAuto Trait Implementations
impl RefUnwindSafe for alt_perms_s
impl Send for alt_perms_s
impl Sync for alt_perms_s
impl Unpin for alt_perms_s
impl UnwindSafe for alt_perms_s
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more