Struct xcb::xkb::ListingBuf
source · pub struct ListingBuf { /* private fields */ }
Implementations§
source§impl ListingBuf
impl ListingBuf
sourcepub fn new(flags: u16, string: &[String8]) -> ListingBuf
pub fn new(flags: u16, string: &[String8]) -> ListingBuf
Construct a new ListingBuf.
Methods from Deref<Target = Listing>§
Trait Implementations§
source§impl Borrow<Listing> for ListingBuf
impl Borrow<Listing> for ListingBuf
source§impl Clone for ListingBuf
impl Clone for ListingBuf
source§fn clone(&self) -> ListingBuf
fn clone(&self) -> ListingBuf
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 ListingBuf
impl Debug for ListingBuf
Auto Trait Implementations§
impl Freeze for ListingBuf
impl RefUnwindSafe for ListingBuf
impl Send for ListingBuf
impl Sync for ListingBuf
impl Unpin for ListingBuf
impl UnwindSafe for ListingBuf
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
)