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