#[repr(C, packed(2))]pub struct ExAllData {
pub ed_Next: *mut ExAllData,
pub ed_Name: STRPTR,
pub ed_Type: LONG,
pub ed_Size: ULONG,
pub ed_Prot: ULONG,
pub ed_Days: ULONG,
pub ed_Mins: ULONG,
pub ed_Ticks: ULONG,
pub ed_Comment: STRPTR,
pub ed_OwnerUID: UWORD,
pub ed_OwnerGID: UWORD,
}Fields§
§ed_Next: *mut ExAllData§ed_Name: STRPTR§ed_Type: LONG§ed_Size: ULONG§ed_Prot: ULONG§ed_Days: ULONG§ed_Mins: ULONG§ed_Ticks: ULONG§ed_Comment: STRPTR§ed_OwnerUID: UWORD§ed_OwnerGID: UWORDTrait Implementations§
Auto Trait Implementations§
impl Freeze for ExAllData
impl RefUnwindSafe for ExAllData
impl !Send for ExAllData
impl !Sync for ExAllData
impl Unpin for ExAllData
impl UnwindSafe for ExAllData
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