Struct pxtone_sys::std___false_type
source · [−]#[repr(C)]pub struct std___false_type {
pub _address: u8,
}Fields
_address: u8Trait Implementations
sourceimpl Clone for std___false_type
impl Clone for std___false_type
sourcefn clone(&self) -> std___false_type
fn clone(&self) -> std___false_type
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___false_type
impl Debug for std___false_type
impl Copy for std___false_type
Auto Trait Implementations
impl RefUnwindSafe for std___false_type
impl Send for std___false_type
impl Sync for std___false_type
impl Unpin for std___false_type
impl UnwindSafe for std___false_type
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