#[repr(C)]pub struct PROPSPEC_u(/* private fields */);
Implementations§
Source§impl PROPSPEC_u
impl PROPSPEC_u
Trait Implementations§
Source§impl Clone for PROPSPEC_u
impl Clone for PROPSPEC_u
Source§fn clone(&self) -> PROPSPEC_u
fn clone(&self) -> PROPSPEC_u
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 Default for PROPSPEC_u
impl Default for PROPSPEC_u
Source§fn default() -> PROPSPEC_u
fn default() -> PROPSPEC_u
Returns the “default value” for a type. Read more
impl Copy for PROPSPEC_u
Auto Trait Implementations§
impl Freeze for PROPSPEC_u
impl RefUnwindSafe for PROPSPEC_u
impl Send for PROPSPEC_u
impl Sync for PROPSPEC_u
impl Unpin for PROPSPEC_u
impl UnwindSafe for PROPSPEC_u
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