pub struct RelocationKindInfo {
pub kind: RelocationKind,
pub size: RelocationSize,
pub mask: Option<PageMask>,
pub range: AllowedRange,
pub alignment: usize,
}
Fields§
§kind: RelocationKind
§size: RelocationSize
§mask: Option<PageMask>
§range: AllowedRange
§alignment: usize
Implementations§
Trait Implementations§
Source§impl Clone for RelocationKindInfo
impl Clone for RelocationKindInfo
Source§fn clone(&self) -> RelocationKindInfo
fn clone(&self) -> RelocationKindInfo
Returns a duplicate 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 RelocationKindInfo
impl Debug for RelocationKindInfo
impl Copy for RelocationKindInfo
Auto Trait Implementations§
impl Freeze for RelocationKindInfo
impl RefUnwindSafe for RelocationKindInfo
impl Send for RelocationKindInfo
impl Sync for RelocationKindInfo
impl Unpin for RelocationKindInfo
impl UnwindSafe for RelocationKindInfo
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