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