pub struct DyldChainedPtr64KernelCacheRebase {
pub target: u32,
pub cache_level: u8,
pub diversity: u16,
pub addr_div: bool,
pub key: DyldFixupPACKey,
pub next: u16,
pub is_auth: bool,
}Fields§
§target: u32§cache_level: u8§diversity: u16§addr_div: bool§key: DyldFixupPACKey§next: u16§is_auth: boolImplementations§
Trait Implementations§
Source§impl Clone for DyldChainedPtr64KernelCacheRebase
impl Clone for DyldChainedPtr64KernelCacheRebase
Source§fn clone(&self) -> DyldChainedPtr64KernelCacheRebase
fn clone(&self) -> DyldChainedPtr64KernelCacheRebase
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 moreSource§impl PartialEq for DyldChainedPtr64KernelCacheRebase
impl PartialEq for DyldChainedPtr64KernelCacheRebase
Source§fn eq(&self, other: &DyldChainedPtr64KernelCacheRebase) -> bool
fn eq(&self, other: &DyldChainedPtr64KernelCacheRebase) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Eq for DyldChainedPtr64KernelCacheRebase
impl StructuralPartialEq for DyldChainedPtr64KernelCacheRebase
Auto Trait Implementations§
impl Freeze for DyldChainedPtr64KernelCacheRebase
impl RefUnwindSafe for DyldChainedPtr64KernelCacheRebase
impl Send for DyldChainedPtr64KernelCacheRebase
impl Sync for DyldChainedPtr64KernelCacheRebase
impl Unpin for DyldChainedPtr64KernelCacheRebase
impl UnsafeUnpin for DyldChainedPtr64KernelCacheRebase
impl UnwindSafe for DyldChainedPtr64KernelCacheRebase
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