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