#[repr(u8)]pub enum MaxSegments {
_0 = 0,
_2 = 16,
_4 = 32,
_8 = 48,
_16 = 64,
_32 = 80,
_64 = 96,
_65 = 112,
}Variants§
Trait Implementations§
Source§impl Clone for MaxSegments
impl Clone for MaxSegments
Source§fn clone(&self) -> MaxSegments
fn clone(&self) -> MaxSegments
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 MaxSegments
impl Debug for MaxSegments
Auto Trait Implementations§
impl Freeze for MaxSegments
impl RefUnwindSafe for MaxSegments
impl Send for MaxSegments
impl Sync for MaxSegments
impl Unpin for MaxSegments
impl UnwindSafe for MaxSegments
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