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