pub struct VisualId(/* private fields */);Implementations§
Source§impl VisualId
impl VisualId
pub fn id(self) -> ResourceId
pub fn to_le_bytes(self) -> [u8; 4]
Trait Implementations§
impl Copy for VisualId
impl Eq for VisualId
impl StructuralPartialEq for VisualId
Auto Trait Implementations§
impl Freeze for VisualId
impl RefUnwindSafe for VisualId
impl Send for VisualId
impl Sync for VisualId
impl Unpin for VisualId
impl UnwindSafe for VisualId
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