diff --git a/help.html b/help.html index 2d64d369e..8e7293af5 100644 --- a/help.html +++ b/help.html @@ -1 +1 @@ -Help

Rustdoc help

Back
\ No newline at end of file +Help

Rustdoc help

Back
\ No newline at end of file diff --git a/hyperion_driver_acpi/hpet/struct.HpetDevice.html b/hyperion_driver_acpi/hpet/struct.HpetDevice.html index ac2978c0c..5ae04bf5f 100644 --- a/hyperion_driver_acpi/hpet/struct.HpetDevice.html +++ b/hyperion_driver_acpi/hpet/struct.HpetDevice.html @@ -1,4 +1,4 @@ -HpetDevice in hyperion_driver_acpi::hpet - Rust
pub struct HpetDevice;

Trait Implementations§

source§

impl FileDevice for HpetDevice

source§

fn as_any(&self) -> &dyn Any

source§

fn len(&self) -> usize

source§

fn read(&self, offset: usize, buf: &mut [u8]) -> IoResult<usize>

source§

fn write(&mut self, _: usize, _: &[u8]) -> IoResult<usize>

§

fn is_empty(&self) -> bool

§

fn read_exact(&self, offset: usize, buf: &mut [u8]) -> Result<(), IoError>

§

fn write_exact(&mut self, offset: usize, buf: &[u8]) -> Result<(), IoError>

Auto Trait Implementations§

Blanket Implementations§

source§

impl<T> Any for T
where +HpetDevice in hyperion_driver_acpi::hpet - Rust
pub struct HpetDevice;

Trait Implementations§

source§

impl FileDevice for HpetDevice

source§

fn as_any(&self) -> &dyn Any

source§

fn len(&self) -> usize

source§

fn read(&self, offset: usize, buf: &mut [u8]) -> IoResult<usize>

source§

fn write(&mut self, _: usize, _: &[u8]) -> IoResult<usize>

source§

fn is_empty(&self) -> bool

source§

fn read_exact(&self, offset: usize, buf: &mut [u8]) -> Result<(), IoError>

source§

fn write_exact(&mut self, offset: usize, buf: &[u8]) -> Result<(), IoError>

Auto Trait Implementations§

Blanket Implementations§

source§

impl<T> Any for T
where T: 'static + ?Sized,

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
source§

impl<T> Borrow<T> for T
where T: ?Sized,

source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
source§

impl<T> BorrowMut<T> for T
where T: ?Sized,

source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
§

impl<T> EscapeEncoder for T

§

fn with_escape_code(self, code: &str) -> EncodedPart<'_, Self>

§

fn true_red(self) -> EncodedPart<'static, Self>

§

fn true_green(self) -> EncodedPart<'static, Self>

§

fn true_blue(self) -> EncodedPart<'static, Self>

§

fn true_cyan(self) -> EncodedPart<'static, Self>

§

fn true_magenta(self) -> EncodedPart<'static, Self>

§

fn true_yellow(self) -> EncodedPart<'static, Self>

§

fn true_black(self) -> EncodedPart<'static, Self>

§

fn true_darkgrey(self) -> EncodedPart<'static, Self>

§

fn true_grey(self) -> EncodedPart<'static, Self>

§

fn true_lightgrey(self) -> EncodedPart<'static, Self>

§

fn true_white(self) -> EncodedPart<'static, Self>

§

fn reset_after(self) -> EncodedPart<'static, Self>

source§

impl<T> From<T> for T

source§

fn from(t: T) -> T

Returns the argument unchanged.

diff --git a/settings.html b/settings.html index 0dd09b3c9..b471eae87 100644 --- a/settings.html +++ b/settings.html @@ -1 +1 @@ -Settings

Rustdoc settings

Back
\ No newline at end of file +Settings

Rustdoc settings

Back
\ No newline at end of file diff --git a/src/hyperion_kshell/shell.rs.html b/src/hyperion_kshell/shell.rs.html index 8ec5123bf..2a439c190 100644 --- a/src/hyperion_kshell/shell.rs.html +++ b/src/hyperion_kshell/shell.rs.html @@ -1080,7 +1080,7 @@ } fn help_cmd(&mut self, _: Option<&str>) -> Result<()> { - _ = writeln!(self.term, "available commands:\nsplash, pwd, cd, ls, cat, date, mem, sleep, draw, kbl, touch, rand, snake, help, modeltest, run, lapic_id, cpu_id, ps, nproc, top, send, kill, exit, clear"); + _ = writeln!(self.term, "available built-in shell commands:\nsplash, pwd, cd, date, mem, draw, kbl, rand, snake, help, modeltest, run, lapic_id, cpu_id, ps, nproc, top, send, kill, exit, clear"); Ok(()) } diff --git a/src/hyperion_macros/lib.rs.html b/src/hyperion_macros/lib.rs.html index a52c2baeb..5fa71780e 100644 --- a/src/hyperion_macros/lib.rs.html +++ b/src/hyperion_macros/lib.rs.html @@ -326,7 +326,7 @@ let time = Utc::now() .naive_local() - .format("%Y-%m-%d %H:%M:%S") + .format("%d/%m/%Y %H:%M:%S") .to_string(); (quote! { diff --git a/trait.impl/hyperion_vfs/device/trait.FileDevice.js b/trait.impl/hyperion_vfs/device/trait.FileDevice.js index 81835eebf..2578ea796 100644 --- a/trait.impl/hyperion_vfs/device/trait.FileDevice.js +++ b/trait.impl/hyperion_vfs/device/trait.FileDevice.js @@ -1,5 +1,5 @@ (function() {var implementors = { -"hyperion_driver_acpi":[["impl FileDevice for HpetDevice"]], +"hyperion_driver_acpi":[["impl FileDevice for HpetDevice"]], "hyperion_driver_framebuffer":[["impl FileDevice for FboDevice"]], "hyperion_driver_rtc":[["impl FileDevice for RtcDevice"]], "hyperion_kernel_impl":[["impl FileDevice for PipeInput"],["impl FileDevice for PipeOutput"],["impl FileDevice for SocketFile"]],