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