#[repr(u8)]pub enum MPmirrorl {
MPL4 = 0,
MPL8 = 1,
MPL12 = 2,
MPL16 = 3,
MPL20 = 4,
MPL24 = 5,
MPL28 = 6,
MPL32 = 7,
}Variants§
MPL4 = 0
m = 4
MPL8 = 1
m = 8
MPL12 = 2
m = 12
MPL16 = 3
m = 16
MPL20 = 4
m = 20
MPL24 = 5
m = 24
MPL28 = 6
m = 28
MPL32 = 7
m = 32
Implementations§
Trait Implementations§
Source§impl Ord for MPmirrorl
impl Ord for MPmirrorl
Source§impl PartialOrd for MPmirrorl
impl PartialOrd for MPmirrorl
impl Copy for MPmirrorl
impl Eq for MPmirrorl
impl StructuralPartialEq for MPmirrorl
Auto Trait Implementations§
impl Freeze for MPmirrorl
impl RefUnwindSafe for MPmirrorl
impl Send for MPmirrorl
impl Sync for MPmirrorl
impl Unpin for MPmirrorl
impl UnwindSafe for MPmirrorl
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