#[repr(C)]pub struct AiPropertyStore {
pub sentinel: c_char,
}
Fields§
§sentinel: c_char
Trait Implementations§
Source§impl Clone for AiPropertyStore
impl Clone for AiPropertyStore
Source§fn clone(&self) -> AiPropertyStore
fn clone(&self) -> AiPropertyStore
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 AiPropertyStore
impl Debug for AiPropertyStore
impl Copy for AiPropertyStore
Auto Trait Implementations§
impl Freeze for AiPropertyStore
impl RefUnwindSafe for AiPropertyStore
impl Send for AiPropertyStore
impl Sync for AiPropertyStore
impl Unpin for AiPropertyStore
impl UnwindSafe for AiPropertyStore
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