#[repr(C, packed(2))]pub struct AnchorPath {
pub ap_Base: *mut AChain,
pub ap_Last: *mut AChain,
pub ap_BreakBits: LONG,
pub ap_FoundBreak: LONG,
pub ap_Flags: BYTE,
pub ap_Reserved: BYTE,
pub ap_Strlen: WORD,
pub ap_Info: FileInfoBlock,
pub ap_Buf: [TEXT; 1],
}Fields§
§ap_Base: *mut AChain§ap_Last: *mut AChain§ap_BreakBits: LONG§ap_FoundBreak: LONG§ap_Flags: BYTE§ap_Reserved: BYTE§ap_Strlen: WORD§ap_Info: FileInfoBlock§ap_Buf: [TEXT; 1]Trait Implementations§
Source§impl Clone for AnchorPath
impl Clone for AnchorPath
Source§fn clone(&self) -> AnchorPath
fn clone(&self) -> AnchorPath
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 AnchorPath
impl Debug for AnchorPath
impl Copy for AnchorPath
Auto Trait Implementations§
impl Freeze for AnchorPath
impl RefUnwindSafe for AnchorPath
impl !Send for AnchorPath
impl !Sync for AnchorPath
impl Unpin for AnchorPath
impl UnwindSafe for AnchorPath
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