#[repr(C, packed(2))]pub struct opFindHost {
pub MethodID: ULONG,
pub ofh_Attrs: *mut TagItem,
pub ofh_Node: STRPTR,
pub ofh_TOC: STRPTR,
pub ofh_Title: STRPTR,
pub ofh_Next: STRPTR,
pub ofh_Prev: STRPTR,
}Fields§
§MethodID: ULONG§ofh_Attrs: *mut TagItem§ofh_Node: STRPTR§ofh_TOC: STRPTR§ofh_Title: STRPTR§ofh_Next: STRPTR§ofh_Prev: STRPTRTrait Implementations§
Source§impl Clone for opFindHost
impl Clone for opFindHost
Source§fn clone(&self) -> opFindHost
fn clone(&self) -> opFindHost
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 opFindHost
impl Debug for opFindHost
impl Copy for opFindHost
Auto Trait Implementations§
impl Freeze for opFindHost
impl RefUnwindSafe for opFindHost
impl !Send for opFindHost
impl !Sync for opFindHost
impl Unpin for opFindHost
impl UnwindSafe for opFindHost
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