#[repr(C)]pub struct StoredProperty {
pub sp_Size: LONG,
pub sp_Data: APTR,
}Fields§
§sp_Size: LONG§sp_Data: APTRTrait Implementations§
Source§impl Clone for StoredProperty
impl Clone for StoredProperty
Source§fn clone(&self) -> StoredProperty
fn clone(&self) -> StoredProperty
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 StoredProperty
Auto Trait Implementations§
impl !Send for StoredProperty
impl !Sync for StoredProperty
impl Freeze for StoredProperty
impl RefUnwindSafe for StoredProperty
impl Unpin for StoredProperty
impl UnsafeUnpin for StoredProperty
impl UnwindSafe for StoredProperty
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