Struct fuchsia_zbi::DecommitRange
source · pub struct DecommitRange { /* private fields */ }
Trait Implementations§
source§impl Debug for DecommitRange
impl Debug for DecommitRange
source§impl PartialEq for DecommitRange
impl PartialEq for DecommitRange
source§fn eq(&self, other: &DecommitRange) -> bool
fn eq(&self, other: &DecommitRange) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for DecommitRange
Auto Trait Implementations§
impl Freeze for DecommitRange
impl RefUnwindSafe for DecommitRange
impl Send for DecommitRange
impl Sync for DecommitRange
impl Unpin for DecommitRange
impl UnwindSafe for DecommitRange
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