#[repr(transparent)]pub struct rw_hint(pub i8);Tuple Fields§
§0: i8Implementations§
Source§impl rw_hint
impl rw_hint
pub const WRITE_LIFE_NOT_SET: rw_hint
pub const WRITE_LIFE_NONE: rw_hint
pub const WRITE_LIFE_SHORT: rw_hint
pub const WRITE_LIFE_MEDIUM: rw_hint
pub const WRITE_LIFE_LONG: rw_hint
pub const WRITE_LIFE_EXTREME: rw_hint
Trait Implementations§
impl Copy for rw_hint
impl Eq for rw_hint
impl StructuralPartialEq for rw_hint
Auto Trait Implementations§
impl Freeze for rw_hint
impl RefUnwindSafe for rw_hint
impl Send for rw_hint
impl Sync for rw_hint
impl Unpin for rw_hint
impl UnwindSafe for rw_hint
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