#[repr(C)]pub struct xl_replorigin_drop {
pub node_id: RepOriginId,
}Fields§
§node_id: RepOriginIdTrait Implementations§
Source§impl Clone for xl_replorigin_drop
impl Clone for xl_replorigin_drop
Source§fn clone(&self) -> xl_replorigin_drop
fn clone(&self) -> xl_replorigin_drop
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 xl_replorigin_drop
Source§impl Debug for xl_replorigin_drop
impl Debug for xl_replorigin_drop
Source§impl Default for xl_replorigin_drop
impl Default for xl_replorigin_drop
Source§fn default() -> xl_replorigin_drop
fn default() -> xl_replorigin_drop
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for xl_replorigin_drop
impl RefUnwindSafe for xl_replorigin_drop
impl Send for xl_replorigin_drop
impl Sync for xl_replorigin_drop
impl Unpin for xl_replorigin_drop
impl UnsafeUnpin for xl_replorigin_drop
impl UnwindSafe for xl_replorigin_drop
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