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