pub struct InstanceProp {
pub name: String,
pub ident: InstanceType,
pub offset: usize,
pub slots: usize,
}
Fields§
§name: String
§ident: InstanceType
§offset: usize
§slots: usize
Trait Implementations§
Source§impl Clone for InstanceProp
impl Clone for InstanceProp
Source§fn clone(&self) -> InstanceProp
fn clone(&self) -> InstanceProp
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 moreAuto Trait Implementations§
impl Freeze for InstanceProp
impl RefUnwindSafe for InstanceProp
impl Send for InstanceProp
impl Sync for InstanceProp
impl Unpin for InstanceProp
impl UnwindSafe for InstanceProp
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