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