#[repr(C)]pub struct padnamelist {
pub xpadnl_fill: isize,
pub xpadnl_alloc: *mut *mut padname,
pub xpadnl_max: isize,
pub xpadnl_max_named: isize,
pub xpadnl_refcnt: u32,
}Fields§
§xpadnl_fill: isize§xpadnl_alloc: *mut *mut padname§xpadnl_max: isize§xpadnl_max_named: isize§xpadnl_refcnt: u32Trait Implementations§
Source§impl Clone for padnamelist
impl Clone for padnamelist
Source§fn clone(&self) -> padnamelist
fn clone(&self) -> padnamelist
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 padnamelist
impl Debug for padnamelist
Source§impl Ord for padnamelist
impl Ord for padnamelist
Source§fn cmp(&self, other: &padnamelist) -> Ordering
fn cmp(&self, other: &padnamelist) -> Ordering
1.21.0 (const: unstable) · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for padnamelist
impl PartialEq for padnamelist
Source§fn eq(&self, other: &padnamelist) -> bool
fn eq(&self, other: &padnamelist) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl PartialOrd for padnamelist
impl PartialOrd for padnamelist
impl Copy for padnamelist
impl Eq for padnamelist
impl StructuralPartialEq for padnamelist
Auto Trait Implementations§
impl Freeze for padnamelist
impl RefUnwindSafe for padnamelist
impl !Send for padnamelist
impl !Sync for padnamelist
impl Unpin for padnamelist
impl UnsafeUnpin for padnamelist
impl UnwindSafe for padnamelist
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