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