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