#[repr(transparent)]pub struct VCL_STEVEDORE(pub *const stevedore);Tuple Fields§
§0: *const stevedoreTrait Implementations§
Source§impl Clone for VCL_STEVEDORE
impl Clone for VCL_STEVEDORE
Source§fn clone(&self) -> VCL_STEVEDORE
fn clone(&self) -> VCL_STEVEDORE
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 VCL_STEVEDORE
Source§impl Debug for VCL_STEVEDORE
impl Debug for VCL_STEVEDORE
Auto Trait Implementations§
impl !Send for VCL_STEVEDORE
impl !Sync for VCL_STEVEDORE
impl Freeze for VCL_STEVEDORE
impl RefUnwindSafe for VCL_STEVEDORE
impl Unpin for VCL_STEVEDORE
impl UnsafeUnpin for VCL_STEVEDORE
impl UnwindSafe for VCL_STEVEDORE
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