#[repr(C)]pub struct attropl {
pub next: *mut attropl,
pub name: *mut c_char,
pub resource: *mut c_char,
pub value: *mut c_char,
pub op: batch_op,
}Fields§
§next: *mut attropl§name: *mut c_char§resource: *mut c_char§value: *mut c_char§op: batch_opTrait Implementations§
Auto Trait Implementations§
impl Freeze for attropl
impl RefUnwindSafe for attropl
impl !Send for attropl
impl !Sync for attropl
impl Unpin for attropl
impl UnwindSafe for attropl
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