pub struct DyldChainedPtr32CacheRebaseBF(pub u32);Tuple Fields§
§0: u32Implementations§
Trait Implementations§
Source§impl<T> BitRange<T> for DyldChainedPtr32CacheRebaseBF
impl<T> BitRange<T> for DyldChainedPtr32CacheRebaseBF
Source§impl<T> BitRangeMut<T> for DyldChainedPtr32CacheRebaseBFwhere
u32: BitRangeMut<T>,
impl<T> BitRangeMut<T> for DyldChainedPtr32CacheRebaseBFwhere
u32: 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.
Auto Trait Implementations§
impl Freeze for DyldChainedPtr32CacheRebaseBF
impl RefUnwindSafe for DyldChainedPtr32CacheRebaseBF
impl Send for DyldChainedPtr32CacheRebaseBF
impl Sync for DyldChainedPtr32CacheRebaseBF
impl Unpin for DyldChainedPtr32CacheRebaseBF
impl UnsafeUnpin for DyldChainedPtr32CacheRebaseBF
impl UnwindSafe for DyldChainedPtr32CacheRebaseBF
Blanket Implementations§
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