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