#[repr(C)]pub struct Mess_TagID_Arg {
pub value: i32,
}Expand description
Fields§
§value: i32Implementations§
Source§impl Mess_TagID_Arg
impl Mess_TagID_Arg
pub fn arg0() -> Self
pub fn arg1() -> Self
pub fn arg2() -> Self
pub fn arg3() -> Self
pub fn arg4() -> Self
pub fn arg5() -> Self
pub fn arg6() -> Self
pub fn arg7() -> Self
pub fn arg_b() -> Self
pub fn arg_bs() -> Self
pub fn arg_b_uncap() -> Self
pub fn arg_bs_uncap() -> Self
pub fn arg_max() -> Self
Trait Implementations§
Source§impl ClassIdentity for Mess_TagID_Arg
impl ClassIdentity for Mess_TagID_Arg
Source§impl Clone for Mess_TagID_Arg
impl Clone for Mess_TagID_Arg
Source§fn clone(&self) -> Mess_TagID_Arg
fn clone(&self) -> Mess_TagID_Arg
Returns a duplicate of the value. Read more
1.0.0§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for Mess_TagID_Arg
impl Debug for Mess_TagID_Arg
Source§impl PartialEq for Mess_TagID_Arg
impl PartialEq for Mess_TagID_Arg
impl Copy for Mess_TagID_Arg
impl Eq for Mess_TagID_Arg
impl StructuralPartialEq for Mess_TagID_Arg
Auto Trait Implementations§
impl Freeze for Mess_TagID_Arg
impl RefUnwindSafe for Mess_TagID_Arg
impl Send for Mess_TagID_Arg
impl Sync for Mess_TagID_Arg
impl Unpin for Mess_TagID_Arg
impl UnwindSafe for Mess_TagID_Arg
Blanket Implementations§
§impl<T> Any for Twhere
T: 'static + ?Sized,
impl<T> Any for Twhere
T: 'static + ?Sized,
§impl<T> Borrow<T> for Twhere
T: ?Sized,
impl<T> Borrow<T> for Twhere
T: ?Sized,
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§unsafe fn clone_to_uninit(&self, dest: *mut u8)
unsafe fn clone_to_uninit(&self, dest: *mut u8)
🔬This is a nightly-only experimental API. (
clone_to_uninit)