#[repr(C)]pub struct SDL_alignment_test {
pub a: Uint8,
pub b: *mut c_void,
}Fields§
§a: Uint8§b: *mut c_voidTrait Implementations§
Source§impl Clone for SDL_alignment_test
impl Clone for SDL_alignment_test
Source§fn clone(&self) -> SDL_alignment_test
fn clone(&self) -> SDL_alignment_test
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 SDL_alignment_test
impl Debug for SDL_alignment_test
Source§impl Default for SDL_alignment_test
impl Default for SDL_alignment_test
Source§impl Hash for SDL_alignment_test
impl Hash for SDL_alignment_test
impl Copy for SDL_alignment_test
Auto Trait Implementations§
impl Freeze for SDL_alignment_test
impl RefUnwindSafe for SDL_alignment_test
impl !Send for SDL_alignment_test
impl !Sync for SDL_alignment_test
impl Unpin for SDL_alignment_test
impl UnsafeUnpin for SDL_alignment_test
impl UnwindSafe for SDL_alignment_test
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