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