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