Struct PAYLOAD_OPERATOR
#[repr(transparent)]pub struct PAYLOAD_OPERATOR(pub i32);
Tuple Fields§
§0: i32
Trait Implementations§
§impl Clone for PAYLOAD_OPERATOR
impl Clone for PAYLOAD_OPERATOR
§fn clone(&self) -> PAYLOAD_OPERATOR
fn clone(&self) -> PAYLOAD_OPERATOR
Returns a copy 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 more§impl Debug for PAYLOAD_OPERATOR
impl Debug for PAYLOAD_OPERATOR
§impl Default for PAYLOAD_OPERATOR
impl Default for PAYLOAD_OPERATOR
§fn default() -> PAYLOAD_OPERATOR
fn default() -> PAYLOAD_OPERATOR
Returns the “default value” for a type. Read more
§impl PartialEq for PAYLOAD_OPERATOR
impl PartialEq for PAYLOAD_OPERATOR
impl Copy for PAYLOAD_OPERATOR
impl Eq for PAYLOAD_OPERATOR
impl StructuralPartialEq for PAYLOAD_OPERATOR
Auto Trait Implementations§
impl Freeze for PAYLOAD_OPERATOR
impl RefUnwindSafe for PAYLOAD_OPERATOR
impl Send for PAYLOAD_OPERATOR
impl Sync for PAYLOAD_OPERATOR
impl Unpin for PAYLOAD_OPERATOR
impl UnwindSafe for PAYLOAD_OPERATOR
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