#[repr(transparent)]pub struct SERVERSILO_STATE(pub i32);Tuple Fields§
§0: i32Auto Trait Implementations§
impl Freeze for SERVERSILO_STATE
impl RefUnwindSafe for SERVERSILO_STATE
impl Send for SERVERSILO_STATE
impl Sync for SERVERSILO_STATE
impl Unpin for SERVERSILO_STATE
impl UnsafeUnpin for SERVERSILO_STATE
impl UnwindSafe for SERVERSILO_STATE
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