#[repr(C)]pub struct __ptr_traits_elem {
pub _address: u8,
}Fields§
§_address: u8Trait Implementations§
Source§impl Clone for __ptr_traits_elem
impl Clone for __ptr_traits_elem
Source§fn clone(&self) -> __ptr_traits_elem
fn clone(&self) -> __ptr_traits_elem
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 __ptr_traits_elem
impl Debug for __ptr_traits_elem
impl Copy for __ptr_traits_elem
Auto Trait Implementations§
impl Freeze for __ptr_traits_elem
impl RefUnwindSafe for __ptr_traits_elem
impl Send for __ptr_traits_elem
impl Sync for __ptr_traits_elem
impl Unpin for __ptr_traits_elem
impl UnwindSafe for __ptr_traits_elem
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