pub enum SliceAlignment {
Default,
}Expand description
slice alignment (only “default” observed).
Variants§
Default
“default”
Trait Implementations§
Source§impl Clone for SliceAlignment
impl Clone for SliceAlignment
Source§fn clone(&self) -> SliceAlignment
fn clone(&self) -> SliceAlignment
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for SliceAlignment
Source§impl Debug for SliceAlignment
impl Debug for SliceAlignment
impl Eq for SliceAlignment
Source§impl PartialEq for SliceAlignment
impl PartialEq for SliceAlignment
Source§fn eq(&self, other: &SliceAlignment) -> bool
fn eq(&self, other: &SliceAlignment) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for SliceAlignment
Auto Trait Implementations§
impl Freeze for SliceAlignment
impl RefUnwindSafe for SliceAlignment
impl Send for SliceAlignment
impl Sync for SliceAlignment
impl Unpin for SliceAlignment
impl UnsafeUnpin for SliceAlignment
impl UnwindSafe for SliceAlignment
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