Struct xcb::xselinux::ListItemBuf
source · pub struct ListItemBuf { /* private fields */ }
Implementations§
source§impl ListItemBuf
impl ListItemBuf
sourcepub fn new(
name: Atom,
object_context: &[u8],
data_context: &[u8],
) -> ListItemBuf
pub fn new( name: Atom, object_context: &[u8], data_context: &[u8], ) -> ListItemBuf
Construct a new ListItemBuf.
Methods from Deref<Target = ListItem>§
pub fn name(&self) -> Atom
pub fn object_context(&self) -> &Lat1Str
pub fn data_context(&self) -> &Lat1Str
Trait Implementations§
source§impl Borrow<ListItem> for ListItemBuf
impl Borrow<ListItem> for ListItemBuf
source§impl Clone for ListItemBuf
impl Clone for ListItemBuf
source§fn clone(&self) -> ListItemBuf
fn clone(&self) -> ListItemBuf
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 ListItemBuf
impl Debug for ListItemBuf
Auto Trait Implementations§
impl Freeze for ListItemBuf
impl RefUnwindSafe for ListItemBuf
impl Send for ListItemBuf
impl Sync for ListItemBuf
impl Unpin for ListItemBuf
impl UnwindSafe for ListItemBuf
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
)