#[repr(C, packed(2))]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 · 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 opExpungeNode
impl Debug for opExpungeNode
impl Copy for opExpungeNode
Auto Trait Implementations§
impl Freeze for opExpungeNode
impl RefUnwindSafe for opExpungeNode
impl !Send for opExpungeNode
impl !Sync for opExpungeNode
impl Unpin 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