#[repr(u8)]pub enum SNoise {
S_NOISE_0 = 0,
S_NOISE_1 = 1,
}Variants§
Implementations§
Trait Implementations§
Source§impl Ord for SNoise
impl Ord for SNoise
Source§impl PartialOrd for SNoise
impl PartialOrd for SNoise
impl Copy for SNoise
impl Eq for SNoise
impl StructuralPartialEq for SNoise
Auto Trait Implementations§
impl Freeze for SNoise
impl RefUnwindSafe for SNoise
impl Send for SNoise
impl Sync for SNoise
impl Unpin for SNoise
impl UnwindSafe for SNoise
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