Struct keepass_ng::IconId
source · pub struct IconId(pub usize);Expand description
IconId is a usize that represents an icon in the database The value is the index of the icon in the database’s icon list
Tuple Fields§
§0: usizeImplementations§
source§impl IconId
impl IconId
pub const KEY: IconId = _
pub const WORLD: IconId = _
pub const WARNING: IconId = _
pub const NETWORK_SERVER: IconId = _
pub const MARKED_DIRECTORY: IconId = _
pub const USER_COMMUNICATION: IconId = _
pub const PARTS: IconId = _
pub const NOTEPAD: IconId = _
pub const WORLD_SOCKET: IconId = _
pub const IDENTITY: IconId = _
pub const PAPER_READY: IconId = _
pub const DIGICAM: IconId = _
pub const IRCOMMUNICATION: IconId = _
pub const MULTI_KEYS: IconId = _
pub const PLUG: IconId = _
pub const PDA: IconId = _
pub const BOOK_MARK: IconId = _
pub const CD_ROM: IconId = _
pub const MONITOR: IconId = _
pub const EMAIL: IconId = _
pub const CONFIG: IconId = _
pub const CLIPBOARD_READY: IconId = _
pub const PAPER_NEW: IconId = _
pub const SCREENSHOT: IconId = _
pub const THUNDER: IconId = _
pub const RADIO: IconId = _
pub const FLOPPY_DISK: IconId = _
pub const FTP: IconId = _
pub const FILM: IconId = _
pub const SECURITY_TERMINAL: IconId = _
pub const TERMINAL: IconId = _
pub const PRINTER: IconId = _
pub const GRID: IconId = _
pub const CHECKER_BOARD: IconId = _
pub const WRENCH: IconId = _
pub const INTERNET: IconId = _
pub const ZIP_FOLDER: IconId = _
pub const PERCENT: IconId = _
pub const WINDOWS_PC: IconId = _
pub const CLOCK: IconId = _
pub const SEARCH: IconId = _
pub const LANDSCAPE: IconId = _
pub const MEMORY: IconId = _
pub const RECYCLE_BIN: IconId = _
pub const CLIPBOARD: IconId = _
pub const STOP: IconId = _
pub const INFORMATION: IconId = _
pub const FILING_CABINET: IconId = _
pub const FOLDER: IconId = _
pub const FOLDER_OPEN: IconId = _
pub const DESKTOP: IconId = _
pub const LOCK_OPEN: IconId = _
pub const LOCKED: IconId = _
pub const APPROVED: IconId = _
pub const MARKER: IconId = _
pub const PICTURE_DOC: IconId = _
pub const CONTACT: IconId = _
pub const EXCEL_SHEET: IconId = _
pub const SECURIT_ACCOUNT: IconId = _
pub const REPAIR: IconId = _
pub const HOME: IconId = _
pub const STAR: IconId = _
pub const LINUX: IconId = _
pub const ANDROID: IconId = _
pub const APPLE: IconId = _
pub const WIKIPEDIA: IconId = _
pub const DOLLAR: IconId = _
pub const CERTIFICATE: IconId = _
pub const MOBILE_PHONE: IconId = _
Trait Implementations§
source§impl PartialEq for IconId
impl PartialEq for IconId
impl Copy for IconId
impl Eq for IconId
impl StructuralPartialEq for IconId
Auto Trait Implementations§
impl Freeze for IconId
impl RefUnwindSafe for IconId
impl Send for IconId
impl Sync for IconId
impl Unpin for IconId
impl UnwindSafe for IconId
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
source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit)source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit)