pub struct PutStatic {
pub index: u16,
}Expand description
Represents a putstatic instruction.
See 6.5.putstatic
Fields§
§index: u16Implementations§
Trait Implementations§
Source§impl<'de> Deserialize<'de> for PutStatic
impl<'de> Deserialize<'de> for PutStatic
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl Ord for PutStatic
impl Ord for PutStatic
Source§impl PartialOrd for PutStatic
impl PartialOrd for PutStatic
impl Copy for PutStatic
impl Eq for PutStatic
impl StructuralPartialEq for PutStatic
Auto Trait Implementations§
impl Freeze for PutStatic
impl RefUnwindSafe for PutStatic
impl Send for PutStatic
impl Sync for PutStatic
impl Unpin for PutStatic
impl UnwindSafe for PutStatic
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