Struct xcb::xkb::CountedString16Buf
source · pub struct CountedString16Buf { /* private fields */ }
Implementations§
source§impl CountedString16Buf
impl CountedString16Buf
sourcepub fn new(string: &[u8], alignment_pad: &[u8]) -> CountedString16Buf
pub fn new(string: &[u8], alignment_pad: &[u8]) -> CountedString16Buf
Construct a new CountedString16Buf.
Methods from Deref<Target = CountedString16>§
Trait Implementations§
source§impl Borrow<CountedString16> for CountedString16Buf
impl Borrow<CountedString16> for CountedString16Buf
source§fn borrow(&self) -> &CountedString16
fn borrow(&self) -> &CountedString16
Immutably borrows from an owned value. Read more
source§impl Clone for CountedString16Buf
impl Clone for CountedString16Buf
source§fn clone(&self) -> CountedString16Buf
fn clone(&self) -> CountedString16Buf
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 Debug for CountedString16Buf
impl Debug for CountedString16Buf
Auto Trait Implementations§
impl Freeze for CountedString16Buf
impl RefUnwindSafe for CountedString16Buf
impl Send for CountedString16Buf
impl Sync for CountedString16Buf
impl Unpin for CountedString16Buf
impl UnwindSafe for CountedString16Buf
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)