Enum lib::alignment_lib::AlignResult
source · [−]pub enum AlignResult {
Res(Alignment),
Error(AlignError),
}Variants
Res(Alignment)
Error(AlignError)
Trait Implementations
sourceimpl Debug for AlignResult
impl Debug for AlignResult
sourceimpl PartialEq<AlignResult> for AlignResult
impl PartialEq<AlignResult> for AlignResult
sourcefn eq(&self, other: &AlignResult) -> bool
fn eq(&self, other: &AlignResult) -> bool
This method tests for self and other values to be equal, and is used
by ==. Read more
sourcefn ne(&self, other: &AlignResult) -> bool
fn ne(&self, other: &AlignResult) -> bool
This method tests for !=.
impl Eq for AlignResult
impl StructuralEq for AlignResult
impl StructuralPartialEq for AlignResult
Auto Trait Implementations
impl RefUnwindSafe for AlignResult
impl Send for AlignResult
impl Sync for AlignResult
impl Unpin for AlignResult
impl UnwindSafe for AlignResult
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more