#[repr(C)]pub struct PreloadChar {
pub kind: c_int,
pub costume: u8_,
}Fields§
§kind: c_int§costume: u8_Trait Implementations§
Source§impl Clone for PreloadChar
impl Clone for PreloadChar
Source§fn clone(&self) -> PreloadChar
fn clone(&self) -> PreloadChar
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 PreloadChar
impl Debug for PreloadChar
impl Copy for PreloadChar
Auto Trait Implementations§
impl Freeze for PreloadChar
impl RefUnwindSafe for PreloadChar
impl Send for PreloadChar
impl Sync for PreloadChar
impl Unpin for PreloadChar
impl UnwindSafe for PreloadChar
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