#[repr(C)]pub struct AhbrstrW { /* private fields */ }
Implementations§
Source§impl AhbrstrW
impl AhbrstrW
Sourcepub fn reset_value() -> Self
pub fn reset_value() -> Self
Reset value
Trait Implementations§
Auto Trait Implementations§
impl Freeze for AhbrstrW
impl RefUnwindSafe for AhbrstrW
impl Send for AhbrstrW
impl Sync for AhbrstrW
impl Unpin for AhbrstrW
impl UnwindSafe for AhbrstrW
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