#[repr(C)]pub struct __replace_first_arg {
pub _address: u8,
}
Fields§
§_address: u8
Trait Implementations§
Source§impl Clone for __replace_first_arg
impl Clone for __replace_first_arg
Source§fn clone(&self) -> __replace_first_arg
fn clone(&self) -> __replace_first_arg
Returns a duplicate 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 moreSource§impl Debug for __replace_first_arg
impl Debug for __replace_first_arg
Source§impl Default for __replace_first_arg
impl Default for __replace_first_arg
Source§fn default() -> __replace_first_arg
fn default() -> __replace_first_arg
Returns the “default value” for a type. Read more
Source§impl PartialEq for __replace_first_arg
impl PartialEq for __replace_first_arg
impl Copy for __replace_first_arg
impl Eq for __replace_first_arg
impl StructuralPartialEq for __replace_first_arg
Auto Trait Implementations§
impl Freeze for __replace_first_arg
impl RefUnwindSafe for __replace_first_arg
impl Send for __replace_first_arg
impl Sync for __replace_first_arg
impl Unpin for __replace_first_arg
impl UnwindSafe for __replace_first_arg
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