#[repr(C)]pub struct safer_key {
pub key: safer_key_t,
}Fields§
§key: safer_key_tTrait Implementations§
Auto Trait Implementations§
impl Freeze for safer_key
impl RefUnwindSafe for safer_key
impl Send for safer_key
impl Sync for safer_key
impl Unpin for safer_key
impl UnwindSafe for safer_key
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