#[repr(C, packed(2))]pub struct FileHandle {
pub fh_Link: *mut Message,
pub fh_Port: *mut MsgPort,
pub fh_Type: *mut MsgPort,
pub fh_Buf: BPTR,
pub fh_Pos: LONG,
pub fh_End: LONG,
pub fh_Funcs: LONG,
pub fh_Func2: LONG,
pub fh_Func3: LONG,
pub fh_Args: LONG,
pub fh_Arg2: LONG,
}Fields§
§fh_Link: *mut Message§fh_Port: *mut MsgPort§fh_Type: *mut MsgPort§fh_Buf: BPTR§fh_Pos: LONG§fh_End: LONG§fh_Funcs: LONG§fh_Func2: LONG§fh_Func3: LONG§fh_Args: LONG§fh_Arg2: LONGTrait Implementations§
Source§impl Clone for FileHandle
impl Clone for FileHandle
Source§fn clone(&self) -> FileHandle
fn clone(&self) -> FileHandle
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 FileHandle
impl Debug for FileHandle
impl Copy for FileHandle
Auto Trait Implementations§
impl Freeze for FileHandle
impl RefUnwindSafe for FileHandle
impl !Send for FileHandle
impl !Sync for FileHandle
impl Unpin for FileHandle
impl UnwindSafe for FileHandle
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