Struct entmet_lib::entities::entity::Phantom
source · pub struct Phantom {
pub size: i32,
/* private fields */
}Expand description
An instance of a Phantom
Fields§
§size: i32The size of the phantom
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Phantom
impl RefUnwindSafe for Phantom
impl Send for Phantom
impl Sync for Phantom
impl Unpin for Phantom
impl UnwindSafe for Phantom
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