#[repr(C)]pub struct opExpungeNode {
pub MethodID: ULONG,
pub oen_Attrs: *mut TagItem,
}Fields§
§MethodID: ULONG§oen_Attrs: *mut TagItemTrait Implementations§
Source§impl Clone for opExpungeNode
impl Clone for opExpungeNode
Source§fn clone(&self) -> opExpungeNode
fn clone(&self) -> opExpungeNode
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 opExpungeNode
Auto Trait Implementations§
impl !Send for opExpungeNode
impl !Sync for opExpungeNode
impl Freeze for opExpungeNode
impl RefUnwindSafe for opExpungeNode
impl Unpin for opExpungeNode
impl UnsafeUnpin for opExpungeNode
impl UnwindSafe for opExpungeNode
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