#[repr(C)]pub struct ObjectPropertyInfo {
pub name: *mut i8,
pub type_: *mut i8,
}Fields§
§name: *mut i8§type_: *mut i8Trait Implementations§
Source§impl Clone for ObjectPropertyInfo
impl Clone for ObjectPropertyInfo
Source§fn clone(&self) -> ObjectPropertyInfo
fn clone(&self) -> ObjectPropertyInfo
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for ObjectPropertyInfo
Auto Trait Implementations§
impl !Send for ObjectPropertyInfo
impl !Sync for ObjectPropertyInfo
impl Freeze for ObjectPropertyInfo
impl RefUnwindSafe for ObjectPropertyInfo
impl Unpin for ObjectPropertyInfo
impl UnsafeUnpin for ObjectPropertyInfo
impl UnwindSafe for ObjectPropertyInfo
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