Struct guillotiere::Change
source · #[repr(C)]pub struct Change {
pub old: Allocation,
pub new: Allocation,
}
Fields§
§old: Allocation
§new: Allocation
Trait Implementations§
source§impl PartialEq for Change
impl PartialEq for Change
impl Copy for Change
impl StructuralPartialEq for Change
Auto Trait Implementations§
impl RefUnwindSafe for Change
impl Send for Change
impl Sync for Change
impl Unpin for Change
impl UnwindSafe for Change
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