#[repr(C)]pub struct svn__null_pointer_constant_stdarg_sentinel_t { /* private fields */ }
Trait Implementations§
Source§impl Clone for svn__null_pointer_constant_stdarg_sentinel_t
impl Clone for svn__null_pointer_constant_stdarg_sentinel_t
Source§fn clone(&self) -> svn__null_pointer_constant_stdarg_sentinel_t
fn clone(&self) -> svn__null_pointer_constant_stdarg_sentinel_t
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 moreimpl Copy for svn__null_pointer_constant_stdarg_sentinel_t
Auto Trait Implementations§
impl Freeze for svn__null_pointer_constant_stdarg_sentinel_t
impl RefUnwindSafe for svn__null_pointer_constant_stdarg_sentinel_t
impl Send for svn__null_pointer_constant_stdarg_sentinel_t
impl Sync for svn__null_pointer_constant_stdarg_sentinel_t
impl Unpin for svn__null_pointer_constant_stdarg_sentinel_t
impl UnwindSafe for svn__null_pointer_constant_stdarg_sentinel_t
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