#[repr(C)]pub struct UnwindCodeWin {
pub offset: u8,
pub opcode_opinfo: u8,
}Fields§
§offset: u8§opcode_opinfo: u8Implementations§
Source§impl UnwindCodeWin
impl UnwindCodeWin
pub fn get_opcode(&self) -> u8
pub fn set_opcode(&mut self, value: u8)
pub fn get_opinfo(&self) -> u8
pub fn set_opinfo(&mut self, value: u8)
Trait Implementations§
Source§impl Clone for UnwindCodeWin
impl Clone for UnwindCodeWin
Source§fn clone(&self) -> UnwindCodeWin
fn clone(&self) -> UnwindCodeWin
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for UnwindCodeWin
Source§impl Debug for UnwindCodeWin
impl Debug for UnwindCodeWin
Source§impl Default for UnwindCodeWin
impl Default for UnwindCodeWin
Source§fn default() -> UnwindCodeWin
fn default() -> UnwindCodeWin
Returns the “default value” for a type. Read more
impl Eq for UnwindCodeWin
Source§impl Hash for UnwindCodeWin
impl Hash for UnwindCodeWin
Source§impl PartialEq for UnwindCodeWin
impl PartialEq for UnwindCodeWin
Source§fn eq(&self, other: &UnwindCodeWin) -> bool
fn eq(&self, other: &UnwindCodeWin) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for UnwindCodeWin
Auto Trait Implementations§
impl Freeze for UnwindCodeWin
impl RefUnwindSafe for UnwindCodeWin
impl Send for UnwindCodeWin
impl Sync for UnwindCodeWin
impl Unpin for UnwindCodeWin
impl UnsafeUnpin for UnwindCodeWin
impl UnwindSafe for UnwindCodeWin
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