#[repr(C)]pub struct CCustomOperation { /* private fields */ }Auto Trait Implementations§
impl Freeze for CCustomOperation
impl RefUnwindSafe for CCustomOperation
impl !Send for CCustomOperation
impl !Sync for CCustomOperation
impl Unpin for CCustomOperation
impl UnwindSafe for CCustomOperation
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