#[repr(C)]pub struct AEIO_Marker {
pub chapterZ0: *const A_char,
pub commentZ0: *const A_char,
pub urlZ0: *const A_char,
pub url_frame_targetZ0: *const A_char,
}Fields§
§chapterZ0: *const A_char§commentZ0: *const A_char§urlZ0: *const A_char§url_frame_targetZ0: *const A_charTrait Implementations§
Source§impl Clone for AEIO_Marker
impl Clone for AEIO_Marker
Source§fn clone(&self) -> AEIO_Marker
fn clone(&self) -> AEIO_Marker
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 AEIO_Marker
impl Debug for AEIO_Marker
impl Copy for AEIO_Marker
Auto Trait Implementations§
impl Freeze for AEIO_Marker
impl RefUnwindSafe for AEIO_Marker
impl !Send for AEIO_Marker
impl !Sync for AEIO_Marker
impl Unpin for AEIO_Marker
impl UnwindSafe for AEIO_Marker
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