#[repr(C)]pub struct BookmarkItem {
pub name: *mut c_char,
pub is_folder: u8,
pub reserved: [u8; 3],
pub uuid_folder: *mut c_char,
}
Fields§
§name: *mut c_char
§is_folder: u8
§reserved: [u8; 3]
§uuid_folder: *mut c_char
Is either “char *uuid” or “BookmarkList *folder”
Auto Trait Implementations§
impl Freeze for BookmarkItem
impl RefUnwindSafe for BookmarkItem
impl !Send for BookmarkItem
impl !Sync for BookmarkItem
impl Unpin for BookmarkItem
impl UnwindSafe for BookmarkItem
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