#[repr(C, packed(1))]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_t§attr_subtype: udf_Uint8_t§reserved: [udf_Uint8_t; 3]§attrLength: udf_Uint32_t§owner_id: udf_Uint16_t§group_id: udf_Uint16_t§permission: udf_Uint16_tTrait Implementations§
Source§impl Clone for alt_perms_s
impl Clone for alt_perms_s
Source§fn clone(&self) -> alt_perms_s
fn clone(&self) -> alt_perms_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 alt_perms_s
impl Debug for alt_perms_s
impl Copy for alt_perms_s
Auto Trait Implementations§
impl Freeze for alt_perms_s
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§
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