#[repr(C)]pub struct AEGP_MarkerVal {
pub nameAC: [A_char; 64],
pub urlAC: [A_char; 1024],
pub targetAC: [A_char; 128],
pub chapterAC: [A_char; 128],
}Fields§
§nameAC: [A_char; 64]§urlAC: [A_char; 1024]§targetAC: [A_char; 128]§chapterAC: [A_char; 128]Trait Implementations§
Source§impl Clone for AEGP_MarkerVal
impl Clone for AEGP_MarkerVal
Source§fn clone(&self) -> AEGP_MarkerVal
fn clone(&self) -> AEGP_MarkerVal
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 AEGP_MarkerVal
impl Debug for AEGP_MarkerVal
impl Copy for AEGP_MarkerVal
Auto Trait Implementations§
impl Freeze for AEGP_MarkerVal
impl RefUnwindSafe for AEGP_MarkerVal
impl Send for AEGP_MarkerVal
impl Sync for AEGP_MarkerVal
impl Unpin for AEGP_MarkerVal
impl UnwindSafe for AEGP_MarkerVal
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