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