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