#[repr(C)]pub struct GSPropertyEntryTag {
pub name: *const GSChar,
pub value: *const GSChar,
}
Fields§
§name: *const GSChar
§value: *const GSChar
Trait Implementations§
Source§impl Clone for GSPropertyEntryTag
impl Clone for GSPropertyEntryTag
Source§fn clone(&self) -> GSPropertyEntryTag
fn clone(&self) -> GSPropertyEntryTag
Returns a copy 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 GSPropertyEntryTag
impl Debug for GSPropertyEntryTag
impl Copy for GSPropertyEntryTag
Auto Trait Implementations§
impl Freeze for GSPropertyEntryTag
impl RefUnwindSafe for GSPropertyEntryTag
impl !Send for GSPropertyEntryTag
impl !Sync for GSPropertyEntryTag
impl Unpin for GSPropertyEntryTag
impl UnwindSafe for GSPropertyEntryTag
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