pub struct NamedProp {
pub name: String,
pub offset: usize,
pub slots: usize,
}
Fields§
§name: String
§offset: usize
§slots: usize
Trait Implementations§
Auto Trait Implementations§
impl Freeze for NamedProp
impl RefUnwindSafe for NamedProp
impl Send for NamedProp
impl Sync for NamedProp
impl Unpin for NamedProp
impl UnwindSafe for NamedProp
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