Struct simplicity_sys::ffi::bitstring::CBitstring
source · #[repr(C)]pub struct CBitstring { /* private fields */ }
Expand description
String of bits.
Trait Implementations§
source§impl Clone for CBitstring
impl Clone for CBitstring
source§fn clone(&self) -> CBitstring
fn clone(&self) -> CBitstring
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Default for CBitstring
impl Default for CBitstring
impl Copy for CBitstring
Auto Trait Implementations§
impl RefUnwindSafe for CBitstring
impl !Send for CBitstring
impl !Sync for CBitstring
impl Unpin for CBitstring
impl UnwindSafe for CBitstring
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