Struct pxtone_sys::std___is_char
source · [−]#[repr(C)]pub struct std___is_char {
pub _address: u8,
}Fields
_address: u8Trait Implementations
sourceimpl Clone for std___is_char
impl Clone for std___is_char
sourcefn clone(&self) -> std___is_char
fn clone(&self) -> std___is_char
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read more
sourceimpl Debug for std___is_char
impl Debug for std___is_char
impl Copy for std___is_char
Auto Trait Implementations
impl RefUnwindSafe for std___is_char
impl Send for std___is_char
impl Sync for std___is_char
impl Unpin for std___is_char
impl UnwindSafe for std___is_char
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more