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