pub struct GlobalOut {
pub index: u16,
pub op_witness: OpWitness,
pub nonce: u64,
pub opid: OpId,
}Fields§
§index: u16§op_witness: OpWitness§nonce: u64§opid: OpIdImplementations§
Trait Implementations§
impl Copy for GlobalOut
Source§impl<'de> Deserialize<'de> for GlobalOut
impl<'de> Deserialize<'de> for GlobalOut
Source§fn deserialize<__D>(
__deserializer: __D,
) -> Result<GlobalOut, <__D as Deserializer<'de>>::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(
__deserializer: __D,
) -> Result<GlobalOut, <__D as Deserializer<'de>>::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
impl Eq for GlobalOut
Source§impl Ord for GlobalOut
impl Ord for GlobalOut
1.21.0 (const: unstable) · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialOrd for GlobalOut
impl PartialOrd for GlobalOut
Source§impl Serialize for GlobalOut
impl Serialize for GlobalOut
Source§fn serialize<__S>(
&self,
__serializer: __S,
) -> Result<<__S as Serializer>::Ok, <__S as Serializer>::Error>where
__S: Serializer,
fn serialize<__S>(
&self,
__serializer: __S,
) -> Result<<__S as Serializer>::Ok, <__S as Serializer>::Error>where
__S: Serializer,
Serialize this value into the given Serde serializer. Read more
Source§impl StrictDecode for GlobalOut
impl StrictDecode for GlobalOut
fn strict_decode(reader: &mut impl TypedRead) -> Result<GlobalOut, DecodeError>
fn strict_read(reader: impl ReadRaw) -> Result<Self, DecodeError>
Source§impl StrictDumb for GlobalOut
impl StrictDumb for GlobalOut
fn strict_dumb() -> GlobalOut
Source§impl StrictEncode for GlobalOut
impl StrictEncode for GlobalOut
fn strict_encode<W>(&self, writer: W) -> Result<W, Error>where
W: TypedWrite,
fn strict_write(&self, writer: impl WriteRaw) -> Result<(), Error>
impl StrictProduct for GlobalOut
Source§impl StrictStruct for GlobalOut
impl StrictStruct for GlobalOut
const ALL_FIELDS: &'static [&'static str]
fn strict_check_fields()
fn strict_type_info() -> TypeInfo<Self>
Source§impl StrictType for GlobalOut
impl StrictType for GlobalOut
const STRICT_LIB_NAME: &'static str = LIB_NAME_RGB_OPS
fn strict_name() -> Option<TypeName>
impl StructuralPartialEq for GlobalOut
Auto Trait Implementations§
impl Freeze for GlobalOut
impl RefUnwindSafe for GlobalOut
impl Send for GlobalOut
impl Sync for GlobalOut
impl Unpin for GlobalOut
impl UnsafeUnpin for GlobalOut
impl UnwindSafe for GlobalOut
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
impl<ST, DT> CastableFrom<ST, Initialized, Initialized> for DT
impl<ST, DT> CastableFrom<ST, Uninit, Uninit> for DT
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Comparable<K> for Q
impl<Q, K> Comparable<K> for Q
impl<T> DeserializeOwned for Twhere
T: for<'de> Deserialize<'de>,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.