Enum Ocmszh
pub enum Ocmszh {
_0 = 0,
_1 = 1,
}Expand description
OCMSZH
Value on reset: 0
Variants§
_0 = 0
0: OCMEMn is a power-of-2 capacity.
_1 = 1
1: OCMEMn is not a power-of-2, with a capacity is 0.75 * OCMSZ.
Trait Implementations§
impl Copy for Ocmszh
impl Eq for Ocmszh
impl StructuralPartialEq for Ocmszh
Auto Trait Implementations§
impl Freeze for Ocmszh
impl RefUnwindSafe for Ocmszh
impl Send for Ocmszh
impl Sync for Ocmszh
impl Unpin for Ocmszh
impl UnwindSafe for Ocmszh
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