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