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