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