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