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