#[repr(C)]pub struct AttrDefault {
pub adnum: AttrNumber,
pub adbin: *mut c_char,
}Fields§
§adnum: AttrNumber§adbin: *mut c_charTrait Implementations§
Source§impl Clone for AttrDefault
impl Clone for AttrDefault
Source§fn clone(&self) -> AttrDefault
fn clone(&self) -> AttrDefault
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 moreimpl Copy for AttrDefault
Source§impl Debug for AttrDefault
impl Debug for AttrDefault
Auto Trait Implementations§
impl !Send for AttrDefault
impl !Sync for AttrDefault
impl Freeze for AttrDefault
impl RefUnwindSafe for AttrDefault
impl Unpin for AttrDefault
impl UnsafeUnpin for AttrDefault
impl UnwindSafe for AttrDefault
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