#[repr(C, packed(2))]pub struct FileSysEntry {Show 13 fields
pub fse_Node: Node,
pub fse_DosType: ULONG,
pub fse_Version: ULONG,
pub fse_PatchFlags: ULONG,
pub fse_Type: ULONG,
pub fse_Task: CPTR,
pub fse_Lock: BPTR,
pub fse_Handler: BSTR,
pub fse_StackSize: ULONG,
pub fse_Priority: LONG,
pub fse_Startup: BPTR,
pub fse_SegList: BPTR,
pub fse_GlobalVec: BPTR,
}Fields§
§fse_Node: Node§fse_DosType: ULONG§fse_Version: ULONG§fse_PatchFlags: ULONG§fse_Type: ULONG§fse_Task: CPTR§fse_Lock: BPTR§fse_Handler: BSTR§fse_StackSize: ULONG§fse_Priority: LONG§fse_Startup: BPTR§fse_SegList: BPTR§fse_GlobalVec: BPTRTrait Implementations§
Source§impl Clone for FileSysEntry
impl Clone for FileSysEntry
Source§fn clone(&self) -> FileSysEntry
fn clone(&self) -> FileSysEntry
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 FileSysEntry
impl Debug for FileSysEntry
impl Copy for FileSysEntry
Auto Trait Implementations§
impl Freeze for FileSysEntry
impl RefUnwindSafe for FileSysEntry
impl !Send for FileSysEntry
impl !Sync for FileSysEntry
impl Unpin for FileSysEntry
impl UnwindSafe for FileSysEntry
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