#[repr(C)]pub struct UnwindVersionFlags(pub u8);Tuple Fields§
§0: u8Implementations§
Trait Implementations§
Source§impl<T> BitRange<T> for UnwindVersionFlags
impl<T> BitRange<T> for UnwindVersionFlags
Source§impl<T> BitRangeMut<T> for UnwindVersionFlagswhere
u8: BitRangeMut<T>,
impl<T> BitRangeMut<T> for UnwindVersionFlagswhere
u8: BitRangeMut<T>,
Source§fn set_bit_range(&mut self, msb: usize, lsb: usize, value: T)
fn set_bit_range(&mut self, msb: usize, lsb: usize, value: T)
Set a range of bits.
Source§impl Clone for UnwindVersionFlags
impl Clone for UnwindVersionFlags
Source§fn clone(&self) -> UnwindVersionFlags
fn clone(&self) -> UnwindVersionFlags
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 UnwindVersionFlags
Auto Trait Implementations§
impl Freeze for UnwindVersionFlags
impl RefUnwindSafe for UnwindVersionFlags
impl Send for UnwindVersionFlags
impl Sync for UnwindVersionFlags
impl Unpin for UnwindVersionFlags
impl UnsafeUnpin for UnwindVersionFlags
impl UnwindSafe for UnwindVersionFlags
Blanket Implementations§
Source§impl<T> AsPointer for T
impl<T> AsPointer for T
fn as_ptr_const(&self) -> *const c_void
fn as_ptr_mut(&mut self) -> *mut c_void
Source§impl<T> BitMut for Twhere
T: BitRangeMut<u8>,
impl<T> BitMut for Twhere
T: BitRangeMut<u8>,
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