#[repr(C)]pub struct nn_fragment_number_set { /* private fields */ }
Trait Implementations§
Source§impl Clone for nn_fragment_number_set
impl Clone for nn_fragment_number_set
Source§fn clone(&self) -> nn_fragment_number_set
fn clone(&self) -> nn_fragment_number_set
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 Debug for nn_fragment_number_set
impl Debug for nn_fragment_number_set
impl Copy for nn_fragment_number_set
Auto Trait Implementations§
impl Freeze for nn_fragment_number_set
impl RefUnwindSafe for nn_fragment_number_set
impl Send for nn_fragment_number_set
impl Sync for nn_fragment_number_set
impl Unpin for nn_fragment_number_set
impl UnwindSafe for nn_fragment_number_set
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