Struct os_bootinfo::FrameRange [] [src]

#[repr(C)]
pub struct FrameRange { pub start_frame_number: u64, pub end_frame_number: u64, }

Fields

Methods

impl FrameRange
[src]

[src]

Create a new FrameRange from the passed start_addr and end_addr.

The end_addr is exclusive.

[src]

[src]

[src]

Trait Implementations

impl Clone for FrameRange
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Copy for FrameRange
[src]

impl PartialEq for FrameRange
[src]

[src]

This method tests for self and other values to be equal, and is used by ==. Read more

[src]

This method tests for !=.

impl Eq for FrameRange
[src]

impl Debug for FrameRange
[src]

[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for FrameRange

impl Sync for FrameRange