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