pub enum RelocationSize {
ByteSize(usize),
BitMasking(BitMask),
}
Variants§
Trait Implementations§
Source§impl Clone for RelocationSize
impl Clone for RelocationSize
Source§fn clone(&self) -> RelocationSize
fn clone(&self) -> RelocationSize
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 RelocationSize
impl Debug for RelocationSize
Source§impl PartialEq for RelocationSize
impl PartialEq for RelocationSize
impl Copy for RelocationSize
impl Eq for RelocationSize
impl StructuralPartialEq for RelocationSize
Auto Trait Implementations§
impl Freeze for RelocationSize
impl RefUnwindSafe for RelocationSize
impl Send for RelocationSize
impl Sync for RelocationSize
impl Unpin for RelocationSize
impl UnwindSafe for RelocationSize
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