#[repr(C, packed(2))]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 · 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 StoredProperty
impl Debug for StoredProperty
impl Copy for StoredProperty
Auto Trait Implementations§
impl Freeze for StoredProperty
impl RefUnwindSafe for StoredProperty
impl !Send for StoredProperty
impl !Sync for StoredProperty
impl Unpin 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