#[repr(C)]pub enum Stype_t {
SLU_NC = 0,
SLU_NCP = 1,
SLU_NR = 2,
SLU_SC = 3,
SLU_SCP = 4,
SLU_SR = 5,
SLU_DN = 6,
SLU_NR_loc = 7,
}Variants§
Trait Implementations§
impl Copy for Stype_t
impl StructuralPartialEq for Stype_t
Auto Trait Implementations§
impl Freeze for Stype_t
impl RefUnwindSafe for Stype_t
impl Send for Stype_t
impl Sync for Stype_t
impl Unpin for Stype_t
impl UnwindSafe for Stype_t
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