#[repr(C)]pub struct blobmsg_policy {
pub name: *const c_char,
pub type_: blobmsg_type,
}Fields§
§name: *const c_char§type_: blobmsg_typeTrait Implementations§
Source§impl Clone for blobmsg_policy
impl Clone for blobmsg_policy
Source§fn clone(&self) -> blobmsg_policy
fn clone(&self) -> blobmsg_policy
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 moreSource§impl Debug for blobmsg_policy
impl Debug for blobmsg_policy
Source§impl Default for blobmsg_policy
impl Default for blobmsg_policy
impl Copy for blobmsg_policy
Auto Trait Implementations§
impl Freeze for blobmsg_policy
impl RefUnwindSafe for blobmsg_policy
impl !Send for blobmsg_policy
impl !Sync for blobmsg_policy
impl Unpin for blobmsg_policy
impl UnsafeUnpin for blobmsg_policy
impl UnwindSafe for blobmsg_policy
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